Navigation
API > API/Plugins > API/Plugins/ControlFlows > API/Plugins/ControlFlows/FControlFlowTask_BranchLegacy
Description
The flow will execute this function where the bound function takes in a ControlFlowNode. The Flow will pause until ControlFlowNode->CompleteExecution() is called.
| Name | QueueWait |
| 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 |
FControlFlowWaitDelegate & QueueWait
(
int32 BranchIndex,
const FString & FlowNodeDebugName
)