Navigation
API > API/Runtime > API/Runtime/AIModule
| Name | EAISenseNotifyType |
| Type | enum |
| Header File | /Engine/Source/Runtime/AIModule/Classes/Perception/AIPerceptionTypes.h |
| Include Path | #include "Perception/AIPerceptionTypes.h" |
Syntax
enum EAISenseNotifyType
{
OnEveryPerception,
OnPerceptionChange,
}
Values
| Name | Remarks |
|---|---|
| OnEveryPerception | Continuous update whenever target is perceived. |
| OnPerceptionChange | From "visible" to "not visible" or vice versa. |