Navigation
API > API/Plugins > API/Plugins/ControlFlows > API/Plugins/ControlFlows/FControlFlowTask_BranchLegacy
Description
Allows you to break up your flow into Smaller Tasks to help organize your flow. The flow will execute the FControlFlowPopulator only once
| Name | QueueControlFlow |
| 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 |
FControlFlowPopulator & QueueControlFlow
(
int32 BranchIndex,
const FString & TaskName,
const FString & FlowNodeDebugName
)