ENavPathEvent
Namespace: UAssetAPI.UnrealTypes.EngineEnums
public enum ENavPathEvent
Inheritance Object → ValueType → Enum → ENavPathEvent
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| Cleared | 0 | |
| NewPath | 1 | |
| UpdatedDueToGoalMoved | 2 | |
| UpdatedDueToNavigationChanged | 3 | |
| Invalidated | 4 | |
| RePathFailed | 5 | |
| MetaPathUpdate | 6 | |
| Custom | 7 | |
| ENavPathEvent_MAX | 8 |