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