Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/Actions
References
| Module | AIModule |
| Header | /Engine/Source/Runtime/AIModule/Classes/Actions/PawnActionsComponent.h |
| Include | #include "Actions/PawnActionsComponent.h" |
Syntax
struct FPawnActionEvent
Variables
| Type | Name | Description | |
|---|---|---|---|
| EPawnActionEventType::Type | EventType | ||
| uint32 | Index | Used to maintain order of equally-important messages | |
| EAIRequestPriority::Type | Priority |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPawnActionEvent
(
UDEPRECATED_PawnAction& Action, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FPawnActionEvent& Other |
Constants
| Name | Description |
|---|---|
| FakeActionIndex | Used for marking FPawnActionEvent instances created solely for comparisons uses |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UDEPRECATED_PawnAction > | Action_DEPRECATED |