Navigation
API > API/Plugins > API/Plugins/ControlFlows
| Name | FConcurrencySubFlowContainer |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/ControlFlows/Source/ControlFlows/Public/ControlFlowConcurrency.h |
| Include Path | #include "ControlFlowConcurrency.h" |
Syntax
struct FConcurrencySubFlowContainer : public TSharedFromThis< FConcurrencySubFlowContainer >
Inheritance Hierarchy
- TSharedFromThis< FConcurrencySubFlowContainer > → FConcurrencySubFlowContainer
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FConcurrencySubFlowContainer
(
const FString& InDebugName |
ControlFlowConcurrency.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bHasBeenCancelled | bool | ControlFlowConcurrency.h | ||
| bHasBeenExecuted | bool | ControlFlowConcurrency.h | ||
| ParallelFlowLock | TSharedPtr< FConcurrentControlFlows::FParallelFlowLock, ESPMode::ThreadSafe > | ControlFlowConcurrency.h | ||
| SubFlow | TSharedRef< FControlFlow > | ControlFlowConcurrency.h |