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,
};