We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c85ea38 commit efec6e7Copy full SHA for efec6e7
Source/ALSV4_CPP/Private/Components/ALSDebugComponent.cpp
@@ -198,7 +198,7 @@ void UALSDebugComponent::ToggleDebugMesh()
198
}
199
else
200
{
201
- DefaultSkeletalMesh = OwnerCharacter->GetMesh()->SkeletalMesh;
+ DefaultSkeletalMesh = OwnerCharacter->GetMesh()->GetSkeletalMeshAsset();
202
OwnerCharacter->SetVisibleMesh(DebugSkeletalMesh);
203
204
bDebugMeshVisible = !bDebugMeshVisible;
0 commit comments