enum class DecalFlags_ t : uint32
{
// MEnumeratorIsNotAFlag
eNone = 0,
eCannotClear = 1,
eDecalProjectToBackfaces = 2,
// MEnumeratorIsNotAFlag
eAll = 4294967295,
// MEnumeratorIsNotAFlag
eAllButCannotClear = 4294967294,
};