Navigation
API > API/Runtime > API/Runtime/ClothingSystemRuntimeInterface
References
| Module | ClothingSystemRuntimeInterface |
| Header | /Engine/Source/Runtime/ClothingSystemRuntimeInterface/Public/ClothingSystemRuntimeTypes.h |
| Include | #include "ClothingSystemRuntimeTypes.h" |
Syntax
enum EClothingTeleportMode
{
None = 0,
Teleport,
TeleportAndReset,
HardReset,
}
Values
| Name | Description |
|---|---|
| None | No teleport, simulate as normal. |
| Teleport | Teleport the simulation, causing no intertial effects but keep the sim mesh shape. |
| TeleportAndReset | Teleport the simulation, causing no intertial effects and reset the sim mesh shape. |
| HardReset | Hard reset the simulation by refreshing the cloth config. |