minor fix: move temp a variable

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