Navigation
API > API/Plugins > API/Plugins/CustomizableObject
| Name | IMutableClothingModule |
| Type | class |
| Header File | /Engine/Plugins/Mutable/Source/CustomizableObject/Public/MuCO/Plugins/IMutableClothingModule.h |
| Include Path | #include "MuCO/Plugins/IMutableClothingModule.h" |
Syntax
class IMutableClothingModule : public IModuleInterface
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void FixLODTransitionMappings
(
int32 InSimulationLODIndex, |
Fixes in-place LOD transition mappings for InSimulationLODIndex of InOutClothingAsset | MuCO/Plugins/IMutableClothingModule.h | |
bool UpdateClothSimulationLOD
(
int32 InSimulationLODIndex, |
Updates in-place the InSimulationLODIndex of InOutClothingAsset physics mesh to conform to InOutAttachedLODsRenderData. | MuCO/Plugins/IMutableClothingModule.h |