Navigation
API > API/Runtime > API/Runtime/DataflowEngine > API/Runtime/DataflowEngine/Dataflow
Inheritance Hierarchy
- UEdGraphNode
- UDataflowEdNode
References
| Module | DataflowEngine |
| Header | /Engine/Source/Runtime/Experimental/Dataflow/Engine/Public/Dataflow/DataflowEdNode.h |
| Include | #include "Dataflow/DataflowEdNode.h" |
Syntax
UCLASS (MinimalAPI)
class UDataflowEdNode : public UEdGraphNode
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bRenderInAssetEditor | ||
| TSharedPtr< Dataflow::FGraph > | DataflowGraph | ||
| FGuid | DataflowNodeGuid |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UDataflowEdNode
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddOptionPin () |
Add a new option pin if the underlying Dataflow node AddPin member is overriden. | |
| void | |||
| void | AutowireNewNode
(
UEdGraphPin* FromPin |
||
| bool | |||
| TSharedPtr< const Dataflow::FGraph > | |||
| TSharedPtr< Dataflow::FGraph > | |||
| TSharedPtr< FDataflowNode > | |||
| TSharedPtr< const FDataflowNode > | |||
| FGuid | |||
| FLinearColor | |||
| FText | GetNodeTitle
(
ENodeTitleType::Type TitleType |
||
| FLinearColor | |||
| FText | GetPinDisplayName
(
const UEdGraphPin* Pin |
||
| void | GetPinHoverText
(
const UEdGraphPin& Pin, |
||
| TArray< Dataflow::FRenderingParameter > | |||
| FText | |||
| bool | IsBound () |
||
| void | OnPinRemoved
(
UEdGraphPin* InRemovedPin |
||
| void | PinConnectionListChanged
(
UEdGraphPin* Pin |
||
| void | Remove an option pin if the underlying Dataflow node RemovePin member is overriden. | ||
| bool | Render
(
GeometryCollection::Facades::FRenderingFacade& RenderData, |
||
| void | Serialize
(
FArchive& Ar |
||
| void | SetAssetRender
(
bool bInRender |
Node Rendering | |
| void | SetDataflowGraph
(
TSharedPtr< Dataflow::FGraph > InDataflowGraph |
||
| void | SetDataflowNodeGuid
(
FGuid InGuid |
||
| void |