EPathFollowingResult::Type

Choose your operating system:

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