minor fix: move temp a variable

This commit is contained in:
Mamadou Babaei
2023-03-03 15:13:17 +01:00
parent ef84f46fe4
commit 38a2583954
@@ -421,7 +421,7 @@ FString ASGVirtualHand::FImpl::GetDefaultMeshPath() const
SkeletalMeshPath = GetDefaultLeftHandMeshPath();
}
return SkeletalMeshPath;
return MoveTemp(SkeletalMeshPath);
}
bool ASGVirtualHand::FImpl::IsUsingUserMesh() const