Navigation
API > API/Runtime > API/Runtime/DataflowEngine
| Name | UDataflowSubGraph |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Engine/Public/Dataflow/DataflowSubGraph.h |
| Include Path | #include "Dataflow/DataflowSubGraph.h" |
Syntax
UCLASS (MinimalAPI)
class UDataflowSubGraph : public UEdGraph
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UEdGraph → UDataflowSubGraph
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UDataflowSubGraph
(
const FObjectInitializer& ObjectInitializer |
Dataflow/DataflowSubGraph.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsForEach | bool | Dataflow/DataflowSubGraph.h | ||
| bIsLoaded | bool | Dataflow/DataflowSubGraph.h | ||
| SubGraphGuid | FGuid | Guid that uniquely identify this SubGraph this allow to identify the SubGraph across renames for example | Dataflow/DataflowSubGraph.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDataflowSubGraphInputNode * GetInputNode() |
Dataflow/DataflowSubGraph.h | ||
FDataflowSubGraphOutputNode * GetOutputNode() |
Dataflow/DataflowSubGraph.h | ||
const FGuid & GetSubGraphGuid() |
Dataflow/DataflowSubGraph.h | ||
bool IsForEachSubGraph() |
Dataflow/DataflowSubGraph.h | ||
bool IsLoaded() |
Dataflow/DataflowSubGraph.h | ||
void SetForEachSubGraph
(
bool bValue |
Dataflow/DataflowSubGraph.h |