Enum EChaosVDJointReSimType Path C++ Link /Script/ChaosVDRuntime.EChaosVDJointReSimType underlying int32 /Script/ChaosVDRuntime Values 3 NameValueHex FullResim00x00ResimAsFollower10x01EChaosVDJointReSimType_MAX20x02 Used by 1types with a member, parameter or interface of this type FChaosVDJointStateDataWrapper // /Script/ChaosVDRuntime.EChaosVDJointReSimType enum class EChaosVDJointReSimType : int32 { FullResim = 0, ResimAsFollower = 1, EChaosVDJointReSimType_MAX = 2, };