Navigation
API > API/Plugins > API/Plugins/ControlFlows
Inheritance Hierarchy
- FSharedFromThisBase
- TSharedFromThis
- FConcurrentControlFlows
References
| Module | ControlFlows |
| Header | /Engine/Plugins/Experimental/ControlFlows/Source/ControlFlows/Public/ControlFlowConcurrency.h |
| Include | #include "ControlFlowConcurrency.h" |
Syntax
class FConcurrentControlFlows : public TSharedFromThis< FConcurrentControlFlows >
Remarks
All Flows will be executed concurrently (or in-parallel, See: EConcurrentExecution). WARNING: Having a non-terminating loop within a fork can cause a forever hang for the forked step.
Functions
| Type | Name | Description | |
|---|---|---|---|
| FControlFlow & | AddOrGetFlow
(
int32 InIdentifier, |
||
| FControlFlow & | AddOrGetProng
(
int32 InIdentifier, |
||
| FConcurrentControlFlows & | SetExecution
(
const EConcurrentExecution InBehavior |