Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/USkinnedMeshComponent
Deprecated * Use USkeletalMeshComponent::GetSkeletalMeshAsset() or GetSkinnedAsset() instead.
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/SkinnedMeshComponent.h |
| Include | #include "Components/SkinnedMeshComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/SkinnedMeshComponent.cpp |
USkeletalMesh &42; GetSkeletalMesh_DEPRECATED&40;&41; const
Remarks
Get the SkeletalMesh rendered for this mesh. This function is not technically deprecated but shouldn't be used other than for Blueprint backward compatibility purposes. It is used to access the correct SkinnedAsset pointer value through the deprecated SkeletalMesh property in blueprints. the SkeletalMesh set to this mesh.