minor fix: move temp a variable

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