Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/USkinnedMeshComponent
Description
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.
| Name | GetMeshDeformerInstanceForLOD |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/SkinnedMeshComponent.h |
| Include Path | #include "Components/SkinnedMeshComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/SkinnedMeshComponent.cpp |
UMeshDeformerInstance * GetMeshDeformerInstanceForLOD
(
int32 LODIndex
) const