Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UDebugSkelMeshComponent
Description
To normal game/runtime code we don't want to expose a non-const pointer to the simulation, so we can only get one from this editor-only component. Intended for debug options/visualisations/editor-only code to poke the sim
| Name | GetMutableClothingSimulation |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Animation/DebugSkelMeshComponent.h |
| Include Path | #include "Animation/DebugSkelMeshComponent.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Animation/DebugSkelMeshComponent.cpp |
PRAGMA_DISABLE_DEPRECATION_WARNINGSIClothingSimulation * GetMutableClothingSimulation()