Navigation
API > API/Plugins > API/Plugins/ControlFlows > API/Plugins/ControlFlows/FControlFlowTask_BranchLegacy
Description
Adds a Loop to your flow. The flow will use FControlFlowLoopComplete - if this returns false, the flow will execute FControlFlowPopulator until true is returned
| Name | QueueLoop |
| 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 & QueueLoop
(
int32 BranchIndex,
FControlFlowLoopComplete & LoopCompleteDelgate,
const FString & TaskName,
const FString & FlowNodeDebugName
)