Navigation
API > API/Runtime > API/Runtime/Engine
| Name | ENavPathEvent::Type |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavigationTypes.h |
| Include Path | #include "AI/Navigation/NavigationTypes.h" |
Syntax
namespace ENavPathEvent
{
enum Type
{
Cleared,
NewPath,
UpdatedDueToGoalMoved,
UpdatedDueToNavigationChanged,
Invalidated,
RePathFailed,
MetaPathUpdate,
Custom,
}
}
Values
| Name | Remarks |
|---|---|
| Cleared | |
| NewPath | |
| UpdatedDueToGoalMoved | |
| UpdatedDueToNavigationChanged | |
| Invalidated | |
| RePathFailed | |
| MetaPathUpdate | |
| Custom |