EPawnActionEventType::Type

Windows
MacOS
Linux

References

Module

AIModule

Header

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

Include

#include "AITypes.h"

Syntax

namespace EPawnActionEventType
{
    enum Type
    {
        Invalid,
        FailedToStart,
        InstantAbort,
        FinishedAborting,
        FinishedExecution,
        Push,
    }
}

Values

Name

Description

Invalid

FailedToStart

InstantAbort

FinishedAborting

FinishedExecution

Push

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