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