Navigation
API > API/Plugins > API/Plugins/CustomizableObject > API/Plugins/CustomizableObject/IMutableClothingModule
Description
Fixes in-place LOD transition mappings for InSimulationLODIndex of InOutClothingAsset
NOTE: FixLODTransitionMappings needs to run after all InOutClothingAsset LODs have been updated.
| Name | FixLODTransitionMappings |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/CustomizableObject/Public/MuCO/Plugins/IMutableClothingModule.h |
| Include Path | #include "MuCO/Plugins/IMutableClothingModule.h" |
void FixLODTransitionMappings
(
int32 InSimulationLODIndex,
UClothingAssetCommon & InOutClothingAsset
)
Parameters
| Name | Remarks |
|---|---|
| InSimulationLODIndex | LOD in InOutClothingAsset to fix. |
| InOutClothingAsset | Clothing asset to fix. |