Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Rendering > API/Runtime/Engine/Rendering/FSkelMeshRenderSection
Syntax
TArray< TArray< FMeshToMeshVertData > > ClothMappingDataLODs
Remarks
The cloth deformer mapping data to each of the required cloth LOD. Raytracing may require a different deformer LOD to the one being simulated/rendered. The outer array index represents the LOD bias. The inner array indexes the vertex data. If this LODModel is LOD3, ClothMappingDataLODs[1] will point to defomer data using LOD2, and ClothMappingDataLODs[2] will point to defomer data that are using cloth LOD1, ...etc. ClothMappingDataLODs[0] always point to defomer data of the same cloth LOD, this is convenient for cases where the cloth LOD bias is not known or required.