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
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