Enum EAISenseNotifyType Path C++ Link /Script/AIModule.EAISenseNotifyType underlying uint8 /Script/AIModule Values 3 NameValueHex OnEveryPerception00x00OnPerceptionChange10x01EAISenseNotifyType_MAX20x02 Used by 1types with a member, parameter or interface of this type UAISense // /Script/AIModule.EAISenseNotifyType enum class EAISenseNotifyType : uint8 { OnEveryPerception = 0, OnPerceptionChange = 1, EAISenseNotifyType_MAX = 2, };