Enum EChaosVDSleepType Path C++ Link /Script/ChaosVDRuntime.EChaosVDSleepType underlying uint8 /Script/ChaosVDRuntime Values 3 NameValueHex MaterialSleep00x00NeverSleep10x01EChaosVDSleepType_MAX20x02 Used by 1types with a member, parameter or interface of this type FChaosVDParticleDynamicMisc // /Script/ChaosVDRuntime.EChaosVDSleepType enum class EChaosVDSleepType : uint8 { MaterialSleep = 0, NeverSleep = 1, EChaosVDSleepType_MAX = 2, };