enum class AILOD_ t : int32
{
// MPropertySuppressEnumerator
eAuto = -1,
// MPropertyDescription = High - All features turned on for highest fidelity
eHigh = 0,
// MPropertyDescription = Medium - Some features turned off
eMedium = 1,
// MPropertyDescription = Low - Lots of features turned off
eLow = 2,
// MPropertyDescription = Very Low - No decision making, thinks at very low rate
eVeryLow = 3,
// MPropertySuppressEnumerator
eNumLODs = 4,
};