Navigation
API > API/Plugins > API/Plugins/ControlFlows
| Name | FControlFlowTask_ConcurrentFlows |
| Type | class |
| Header File | /Engine/Plugins/Experimental/ControlFlows/Source/ControlFlows/Public/ControlFlowTask.h |
| Include Path | #include "ControlFlowTask.h" |
Syntax
class FControlFlowTask_ConcurrentFlows : public FControlFlowSubTaskBase
Inheritance Hierarchy
- TSharedFromThis< FControlFlowSubTaskBase > → FControlFlowSubTaskBase → FControlFlowTask_ConcurrentFlows
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FControlFlowTask_ConcurrentFlows
(
const FString& TaskName |
ControlFlowTask.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ConcurrentFlowDelegate | FConcurrentFlowsDefiner | ControlFlowTask.h | ||
| ConcurrentFlows | TSharedPtr< FConcurrentControlFlows > | ControlFlowTask.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FConcurrentFlowsDefiner & GetDelegate() |
ControlFlowTask.h |
Protected
Overridden from FControlFlowSubTaskBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Cancel() |
ControlFlowTask.h | ||
virtual void Execute() |
ControlFlowTask.h |