unreal.ClothingTeleportMode

class unreal.ClothingTeleportMode

Bases: EnumBase

EClothing Teleport Mode

C++ Source:

  • Module: ClothingSystemRuntimeInterface

  • File: ClothingSystemRuntimeTypes.h

HARD_RESET: ClothingTeleportMode

Hard reset the simulation by refreshing the cloth config

Type:

3

NONE: ClothingTeleportMode

No teleport, simulate as normal

Type:

0

TELEPORT: ClothingTeleportMode

Teleport the simulation, causing no intertial effects but keep the sim mesh shape

Type:

1

TELEPORT_AND_RESET: ClothingTeleportMode

Teleport the simulation, causing no intertial effects and reset the sim mesh shape

Type:

2