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