Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/USkinnedMeshComponent
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 |
UMeshDeformerInstance * GetMeshDeformerInstanceForLOD
(
int32 LODIndex
) const
Remarks
Gets the MeshDeformer for the given LOD.
Returns null if the LOD doesn't use a deformer or if the index is out of range.
This function takes GetMeshDeformerMaxLOD() into account, so there's no need to call both.