Navigation
API > API/Runtime > API/Runtime/DataflowEngine > API/Runtime/DataflowEngine/Dataflow
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraphNode
- UDataflowEdNode
References
| Module | DataflowEngine |
| Header | /Engine/Source/Runtime/Experimental/Dataflow/Engine/Public/Dataflow/DataflowEdNode.h |
| Include | #include "Dataflow/DataflowEdNode.h" |
Syntax
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. | |
| bool | |||
| TSharedPtr< const Dataflow::FGraph > | |||
| TSharedPtr< Dataflow::FGraph > | |||
| TSharedPtr< FDataflowNode > | |||
| TSharedPtr< const FDataflowNode > | |||
| FGuid | |||
| TArray< Dataflow::FRenderingParameter > | |||
| bool | IsBound () |
||
| void | Remove an option pin if the underlying Dataflow node RemovePin member is overriden. | ||
| bool | Render
(
GeometryCollection::Facades::FRenderingFacade& RenderData, |
||
| void | SetAssetRender
(
bool bInRender |
Node Rendering | |
| void | SetDataflowGraph
(
TSharedPtr< Dataflow::FGraph > InDataflowGraph |
||
| void | SetDataflowNodeGuid
(
FGuid InGuid |
||
| void |
Overridden from UEdGraphNode
| Type | Name | Description | |
|---|---|---|---|
| void | Allocate default pins for a given node, based only the NodeType, which should already be filled in. | ||
| void | AutowireNewNode
(
UEdGraphPin* FromPin |
Autowire a newly created node. | |
| FLinearColor | Gets the draw color of a node's body tine | ||
| FText | GetNodeTitle
(
ENodeTitleType::Type TitleType |
Gets the name of this node, shown in title bar | |
| FLinearColor | Gets the draw color of a node's title bar | ||
| FText | GetPinDisplayName
(
const UEdGraphPin* Pin |
Gets the display name for a pin | |
| void | GetPinHoverText
(
const UEdGraphPin& Pin, |
Fetch the hover text for a pin when the graph is being edited. | |
| FText | Gets the tooltip to display when over the node | ||
| void | PinConnectionListChanged
(
UEdGraphPin* Pin |
Called when the connection list of one of the pins of this node is changed in the editor |