Enum ESleepFamily Path C++ Link /Script/PhysicsCore.ESleepFamily underlying uint8 /Script/PhysicsCore Values 4 NameValueHex Normal00x00Sensitive10x01Custom20x02ESleepFamily_MAX30x03 Used by 1types with a member, parameter or interface of this type FBodyInstance // /Script/PhysicsCore.ESleepFamily enum class ESleepFamily : uint8 { Normal = 0, Sensitive = 1, Custom = 2, ESleepFamily_MAX = 3, };