EPathFollowingStatus::Type

Windows
MacOS
Linux

References

Module

AIModule

Header

/Engine/Source/Runtime/AIModule/Classes/Navigation/PathFollowingComponent.h

Include

#include "Navigation/PathFollowingComponent.h"

Syntax

namespace EPathFollowingStatus
{
    enum Type
    {
        Idle,
        Waiting,
        Paused,
        Moving,
    }
}

Values

Name

Description

Idle

No requests

Waiting

Request with incomplete path, will start after UpdateMove()

Paused

Request paused, will continue after ResumeMove()

Moving

Following path

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss