minor fix: move temp a variable

This commit is contained in:
Mamadou Babaei
2023-03-28 10:37:47 +02:00
parent c47b2a9d32
commit 7ceb338990
@@ -421,7 +421,7 @@ FString ASGVirtualHand::FImpl::GetDefaultMeshPath() const
SkeletalMeshPath = GetDefaultLeftHandMeshPath();
}
return SkeletalMeshPath;
return MoveTemp(SkeletalMeshPath);
}
bool ASGVirtualHand::FImpl::IsUsingUserMesh() const