EPawnActionAbortState::Type

Windows
MacOS
Linux

References

Module

AIModule

Header

/Engine/Source/Runtime/AIModule/Classes/AITypes.h

Include

#include "AITypes.h"

Syntax

namespace EPawnActionAbortState
{
    enum Type
    {
        NeverStarted,
        NotBeingAborted,
        MarkPendingAbort,
        LatentAbortInProgress,
        AbortDone,
        MAX,
    }
}

Values

Name

Description

NeverStarted

NotBeingAborted

MarkPendingAbort

This means waiting for child to abort before aborting self.

LatentAbortInProgress

AbortDone

MAX

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