Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/Actions
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UDEPRECATED_PawnAction
- UDEPRECATED_PawnAction_Sequence
References
| Module | AIModule |
| Header | /Engine/Source/Runtime/AIModule/Classes/Actions/PawnAction_Sequence.h |
| Include | #include "Actions/PawnAction_Sequence.h" |
Syntax
class UDEPRECATED_PawnAction_Sequence : public UDEPRECATED_PawnAction
Variables
| Type | Name | Description | |
|---|---|---|---|
| TEnumAsByte< EPawnActionFailHandling::Type > | ChildFailureHandlingMode | ||
| uint32 | CurrentActionIndex | ||
| EPawnSubActionTriggeringPolicy::Type | SubActionTriggeringPolicy |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UDEPRECATED_PawnAction_Sequence
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UDEPRECATED_PawnAction_Sequence * | CreateAction
(
UWorld& World, |
||
| bool |
Overridden from UDEPRECATED_PawnAction
| Type | Name | Description | |
|---|---|---|---|
| void | OnChildFinished
(
UDEPRECATED_PawnAction& Action, |
Called to give Action chance to react to child action finishing. | |
| bool | Resume () |
Called to resume action after being paused | |
| bool | Start () |
Called to start off the Action |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< TObjectPtr< UDEPRECATED_PawnAction > > | ActionSequence_DEPRECATED | ||
| TObjectPtr< UDEPRECATED_PawnAction > | RecentActionCopy_DEPRECATED |