Enum EChaosVDJointSyncType Path C++ Link /Script/ChaosVDRuntime.EChaosVDJointSyncType underlying int32 /Script/ChaosVDRuntime Values 3 NameValueHex InSync00x00HardDesync10x01EChaosVDJointSyncType_MAX20x02 Used by 1types with a member, parameter or interface of this type FChaosVDJointStateDataWrapper // /Script/ChaosVDRuntime.EChaosVDJointSyncType enum class EChaosVDJointSyncType : int32 { InSync = 0, HardDesync = 1, EChaosVDJointSyncType_MAX = 2, };