Navigation
API > API/Plugins > API/Plugins/ControlFlows > API/Plugins/ControlFlows/FControlFlow
References
| Module | ControlFlows |
| Header | /Engine/Plugins/Experimental/ControlFlows/Source/ControlFlows/Public/ControlFlow.h |
| Include | #include "ControlFlow.h" |
template<typename FunctionT, typename... ArgsT>
FControlFlow & BranchFlow
(
FunctionT InBranchLambda,
ArgsT... Params
)