Navigation
API > API/Plugins > API/Plugins/ControlFlows
| Name | FControlFlowSimpleSubTask |
| Type | class |
| Header File | /Engine/Plugins/Experimental/ControlFlows/Source/ControlFlows/Public/ControlFlowTask.h |
| Include Path | #include "ControlFlowTask.h" |
Syntax
class FControlFlowSimpleSubTask : public FControlFlowSubTaskBase
Inheritance Hierarchy
- TSharedFromThis< FControlFlowSubTaskBase > → FControlFlowSubTaskBase → FControlFlowSimpleSubTask
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FControlFlowSimpleSubTask
(
const FString& TaskName |
ControlFlowTask.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| TaskFlow | TSharedPtr< FControlFlow > | ControlFlowTask.h | ||
| TaskPopulator | FControlFlowPopulator | ControlFlowTask.h |
Functions
Public
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< FControlFlow > GetTaskFlow() |
ControlFlowTask.h | ||
FControlFlowPopulator & GetTaskPopulator() |
ControlFlowTask.h |
Overridden from FControlFlowSubTaskBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Cancel() |
ControlFlowTask.h | ||
virtual void Execute() |
ControlFlowTask.h |