Navigation
API > API/Plugins > API/Plugins/ControlFlows > API/Plugins/ControlFlows/FControlFlowTask_BranchLegacy
Description
Adds a branch to your flow. The flow will use FControlFlowBranchDecider to determine which flow branch to execute
| Name | QueueBranch |
| Type | function |
| Header File | /Engine/Plugins/Experimental/ControlFlows/Source/ControlFlows/Public/ControlFlowTask.h |
| Include Path | #include "ControlFlowTask.h" |
| Source | /Engine/Plugins/Experimental/ControlFlows/Source/ControlFlows/Private/ControlFlowTask.cpp |
TSharedRef< FControlFlowTask_BranchLegacy > QueueBranch
(
int32 BranchIndex,
FControlFlowBranchDecider_Legacy & BranchDecider,
const FString & TaskName,
const FString & FlowNodeDebugName
)