Navigation
API > API/Plugins > API/Plugins/ChaosCloth > API/Plugins/ChaosCloth/FClothingSimulationSkeletalMesh
Description
Return the owner component LOD Index from the specified cloth mesh LOD index, or 0 if the owner LOD cannot be determined. The mapping between the cloth mesh LOD and the owner component LOD is not necessarily one to one.
Virtual Inheritance
- FClothingSimulationMesh::GetOwnerLODIndex → FClothingSimulationSkeletalMesh::GetOwnerLODIndex
| Name | GetOwnerLODIndex |
| Type | function |
| Header File | /Engine/Plugins/ChaosCloth/Source/ChaosCloth/Public/ChaosCloth/ChaosClothingSimulationSkeletalMesh.h |
| Include Path | #include "ChaosCloth/ChaosClothingSimulationSkeletalMesh.h" |
| Source | /Engine/Plugins/ChaosCloth/Source/ChaosCloth/Private/ChaosCloth/ChaosClothingSimulationSkeletalMesh.cpp |
virtual int32 GetOwnerLODIndex
(
int32 LODIndex
) const