ENavPathUpdateType::Type

Choose your operating system:

Windows

macOS

Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavigationTypes.h

Include

#include "AI/Navigation/NavigationTypes.h"

Syntax

namespace ENavPathUpdateType
{
    enum Type
    {
        GoalMoved,
        NavigationChanged,
        MetaPathUpdate,
        Custom,
    }
}

Values

Name

Description

GoalMoved

NavigationChanged

MetaPathUpdate

Custom