Enum ETeleportType Path C++ Link /Script/Engine.ETeleportType underlying uint8 /Script/Engine Values 4 NameValueHex None00x00TeleportPhysics10x01ResetPhysics20x02ETeleportType_MAX30x03 Used by 3types with a member, parameter or interface of this type UAnimInstanceUInterpToMovementComponentUSkeletalMeshComponent // /Script/Engine.ETeleportType enum class ETeleportType : uint8 { None = 0, TeleportPhysics = 1, ResetPhysics = 2, ETeleportType_MAX = 3, };