Enum EChaosVDJointForceMode Path C++ Link /Script/ChaosVDRuntime.EChaosVDJointForceMode underlying int32 /Script/ChaosVDRuntime Values 3 NameValueHex Acceleration00x00Force10x01EChaosVDJointForceMode_MAX20x02 Used by 1types with a member, parameter or interface of this type FChaosVDJointSettingsDataWrapper // /Script/ChaosVDRuntime.EChaosVDJointForceMode enum class EChaosVDJointForceMode : int32 { Acceleration = 0, Force = 1, EChaosVDJointForceMode_MAX = 2, };