diff --git a/Source/SenseGlove/Private/SenseGlove/GameFramework/SGVirtualHand.cpp b/Source/SenseGlove/Private/SenseGlove/GameFramework/SGVirtualHand.cpp index 8af3a0b2..fd0d9937 100644 --- a/Source/SenseGlove/Private/SenseGlove/GameFramework/SGVirtualHand.cpp +++ b/Source/SenseGlove/Private/SenseGlove/GameFramework/SGVirtualHand.cpp @@ -421,7 +421,7 @@ FString ASGVirtualHand::FImpl::GetDefaultMeshPath() const SkeletalMeshPath = GetDefaultLeftHandMeshPath(); } - return SkeletalMeshPath; + return MoveTemp(SkeletalMeshPath); } bool ASGVirtualHand::FImpl::IsUsingUserMesh() const