Navigation
API > API/Plugins > API/Plugins/AvalancheTransition > API/Plugins/AvalancheTransition/Tasks
Inheritance Hierarchy
- FStateTreeTaskBase
- FAvaTransitionNode
- FAvaTransitionTask
- FAvaTransitionDelayTask
References
| Module | AvalancheTransition |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheTransition/Public/Tasks/AvaTransitionDelayTask.h |
| Include | #include "Tasks/AvaTransitionDelayTask.h" |
Syntax
USTRUCT (DisplayName="Delay", Category="Transition Logic")
struct FAvaTransitionDelayTask : public FAvaTransitionTask
Variables
| Type | Name | Description | |
|---|---|---|---|
| TStateTreeExternalDataHandle< UAvaTransitionRenderingSubsystem > | RenderingSubsystemHandle |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| PRAGMA_DISABLE_DEPRECATION_WARNINGS | |||
FAvaTransitionDelayTask
(
const FAvaTransitionDelayTask& |
|||
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | ShouldHideLevel
(
const FStateTreeExecutionContext& InContext, |
||
| EStateTreeRunStatus | WaitForDelayCompletion
(
FStateTreeExecutionContext& InContext, |
Overridden from FStateTreeTaskBase
| Type | Name | Description | |
|---|---|---|---|
| EStateTreeRunStatus | EnterState
(
FStateTreeExecutionContext& InContext, |
Called when a new state is entered and task is part of active states. | |
| EStateTreeRunStatus | Tick
(
FStateTreeExecutionContext& InContext, |
Called during state tree tick when the task is on active state. |
Overridden from FStateTreeNodeBase
| Type | Name | Description | |
|---|---|---|---|
| PRAGMA_ENABLE_DEPRECATION_WARNINGSFText | GetDescription
(
const FGuid& InId, |
Returns description for the node, use in the UI. | |
| const UStruct * | |||
| bool | Link
(
FStateTreeLinker& InLinker |
Called when the StateTree asset is linked. Allows to resolve references to other StateTree data. | |
| void | PostLoad
(
FStateTreeDataView InInstanceDataView |
Called after the state tree asset that contains this node is loaded from disk. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FAvaTransitionDelayTask & | operator=
(
const FAvaTransitionDelayTask& |
||
| FAvaTransitionDelayTask & |
Typedefs
| Name | Description |
|---|---|
| FInstanceDataType |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| float | Duration_DEPRECATED |