Navigation
API > API/Plugins > API/Plugins/ControlFlows > API/Plugins/ControlFlows/FControlFlowTask_BranchLegacy
References
| Module | ControlFlows |
| Header | /Engine/Plugins/Experimental/ControlFlows/Source/ControlFlows/Public/ControlFlowTask.h |
| Include | #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
)
Remarks
Adds a Loop to your flow. The flow will use FControlFlowLoopComplete - if this returns false, the flow will execute FControlFlowPopulator until true is returned