Navigation
API > API/Plugins > API/Plugins/ControlFlows
Inheritance Hierarchy
- FSharedFromThisBase
- TSharedFromThis
- FControlFlowContainerBase
- TControlFlowContainer
References
| Module | ControlFlows |
| Header | /Engine/Plugins/Experimental/ControlFlows/Source/ControlFlows/Public/ControlFlowContainer.h |
| Include | #include "ControlFlowContainer.h" |
Syntax
class FControlFlowContainerBase : public TSharedFromThis< FControlFlowContainerBase >
Remarks
These wrapper classes along with FControlFlowStatics should be restructured in a way so that we do not rely on heap memory anymore Specifically we do not derive any FControlFlow classes from [TSharedFromThis](API\Runtime\Core\Templates\TSharedFromThis)_ nor UObject_
Constructors
| Type | Name | Description | |
|---|---|---|---|
FControlFlowContainerBase
(
TSharedRef< FControlFlow > InFlow, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< FControlFlow > | |||
| const FString & | GetFlowName () |
||
| bool | OwningObjectEqualTo
(
const void* InObject |