EPathFollowingResult::Type

Windows
MacOS
Linux

References

Module

AIModule

Header

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

Include

#include "Navigation/PathFollowingComponent.h"

Syntax

namespace EPathFollowingResult
{
    enum Type
    {
        Success,
        Blocked,
        OffPath,
        Aborted,
        Skipped_DEPRECATED,
        Invalid,
    }
}

Values

Name

Description

Success

Reached destination

Blocked

Movement was blocked

OffPath

Agent is not on path

Aborted

Aborted and stopped (failure)

Skipped_DEPRECATED

DEPRECATED, use Aborted result instead

Invalid

Request was invalid

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