enum class InheritableBoolType_t : uint32
{
    // MPropertyFriendlyName = Inherit from Parent
    INHERITABLE_BOOL_INHERIT = 0,
    // MPropertyFriendlyName = False
    INHERITABLE_BOOL_FALSE = 1,
    // MPropertyFriendlyName = True
    INHERITABLE_BOOL_TRUE = 2,
};