Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavigationTypes.h |
Include |
#include "AI/Navigation/NavigationTypes.h" |
namespace ENavPathUpdateType
{
enum Type
{
GoalMoved,
NavigationChanged,
MetaPathUpdate,
Custom,
}
}
Name |
Description |
---|---|
GoalMoved |
|
NavigationChanged |
|
MetaPathUpdate |
|
Custom |