Navigation
API > API/Runtime > API/Runtime/ClothingSystemRuntimeInterface
| Name | EClothingTeleportMode |
| Type | enum |
| Header File | /Engine/Source/Runtime/ClothingSystemRuntimeInterface/Public/ClothingSystemRuntimeTypes.h |
| Include Path | #include "ClothingSystemRuntimeTypes.h" |
Syntax
enum EClothingTeleportMode
{
None = 0,
Teleport,
TeleportAndReset,
HardReset,
}
Values
| Name | Remarks |
|---|---|
| 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. |