enum class AI_ VolumetricEventCategory_ t : uint8
{
// MEnumeratorIsNotAFlag
eNone = 0,
eSound = 1, // (1 << 0)
eSight = 2, // (1 << 1)
eInformation = 4, // (1 << 2)
};enum class AI_ VolumetricEventCategory_ t : uint8
{
// MEnumeratorIsNotAFlag
eNone = 0,
eSound = 1, // (1 << 0)
eSight = 2, // (1 << 1)
eInformation = 4, // (1 << 2)
};