enum class CAI_InterestTarget__Type_t : uint32
{
    eDisabled = 0,
    eEntity = 1,
    ePosition = 2,
    eDirection = 3,
    ePath = 4,
};