Navigation
API > API/Plugins > API/Plugins/DataflowEditor
| Name | FGraphRenderingState |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/Dataflow/DataflowRenderingFactory.h |
| Include Path | #include "Dataflow/DataflowRenderingFactory.h" |
Syntax
struct FGraphRenderingState
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGraphRenderingState
(
const FGuid InGuid, |
Dataflow/DataflowRenderingFactory.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bEvaluateOutputs | bool | Boolean to check if we need to reevaluate the outputs or read the cached value | Dataflow/DataflowRenderingFactory.h | |
| Context | UE::Dataflow::FContext & | Dataflow/DataflowRenderingFactory.h | ||
| Node | const FDataflowNode * | Dataflow/DataflowRenderingFactory.h | ||
| NodeGuid | const FGuid | Dataflow/DataflowRenderingFactory.h | ||
| RenderName | FString | Dataflow/DataflowRenderingFactory.h | ||
| RenderOutputs | TArray< FName > | Dataflow/DataflowRenderingFactory.h | ||
| RenderType | FName | Dataflow/DataflowRenderingFactory.h | ||
| ViewMode | const UE::Dataflow::IDataflowConstructionViewMode & | Dataflow/DataflowRenderingFactory.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FGuid & GetGuid() |
Dataflow/DataflowRenderingFactory.h | ||
FName GetNodeName() |
Dataflow/DataflowRenderingFactory.h | ||
FRenderKey GetRenderKey() |
Dataflow/DataflowRenderingFactory.h | ||
| Dataflow/DataflowRenderingFactory.h | |||
const T & GetValue
(
FName OutputName, |
Dataflow/DataflowRenderingFactory.h | ||
const UE::Dataflow::IDataflowConstructionViewMode & GetViewMode() |
Dataflow/DataflowRenderingFactory.h |