Enum EChaosVDJointMotionType Path C++ Link /Script/ChaosVDRuntime.EChaosVDJointMotionType underlying int32 /Script/ChaosVDRuntime Values 4 NameValueHex Free00x00Limited10x01Locked20x02EChaosVDJointMotionType_MAX30x03 Used by 1types with a member, parameter or interface of this type FChaosVDJointSettingsDataWrapper // /Script/ChaosVDRuntime.EChaosVDJointMotionType enum class EChaosVDJointMotionType : int32 { Free = 0, Limited = 1, Locked = 2, EChaosVDJointMotionType_MAX = 3, };