unreal.ClothingTeleportMode

class unreal.ClothingTeleportMode

Bases: EnumBase

EClothing Teleport Mode

C++ Source:

  • Module: ClothingSystemRuntimeInterface

  • File: ClothingSystemRuntimeTypes.h

HARD_RESET: ClothingTeleportMode = Ellipsis

Hard reset the simulation by refreshing the cloth config

Type:

3

NONE: ClothingTeleportMode = Ellipsis

No teleport, simulate as normal

Type:

0

TELEPORT: ClothingTeleportMode = Ellipsis

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

Type:

1

TELEPORT_AND_RESET: ClothingTeleportMode = Ellipsis

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

Type:

2