FPawnActionEvent

Windows
MacOS
Linux

References

Module

AIModule

Header

/Engine/Source/Runtime/AIModule/Classes/Actions/PawnActionsComponent.h

Include

#include "Actions/PawnActionsComponent.h"

Syntax

struct FPawnActionEvent

Variables

Name Description

Public variable

UPawnAction ...

 

Action

Public variable

EPawnActionEven...

 

EventType

Public variable

uint32

 

Index

Used to maintain order of equally-important messages

Public variable

EAIRequestPrior...

 

Priority

Constructors

Name Description

Public function

FPawnActionEvent()

Public function

FPawnActionEvent

(
    UPawnAction& Action,
    EPawnActionEventType::Type EventTyp...,
    uint32 Index
)

Operators

Name Description

Public function Const

bool

 

operator==

(
    const FPawnActionEvent& Other
)

Constants

Name

Description

FakeActionIndex

Used for marking FPawnActionEvent instances created solely for comparisons uses

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