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 | |
|---|---|---|---|
| TSharedPtr< UE::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 | |||
| bool | CanToggleHideInputPin
(
FName PinName |
||
| TSharedPtr< const UE::Dataflow::FGraph > | |||
| TSharedPtr< UE::Dataflow::FGraph > | |||
| TSharedPtr< FDataflowNode > | |||
| TSharedPtr< const FDataflowNode > | |||
| FGuid | |||
| FSlateIcon | GetIconAndTint
(
FLinearColor& OutColor |
||
| FLinearColor | |||
| FText | GetNodeTitle
(
ENodeTitleType::Type TitleType |
||
| FLinearColor | |||
| FText | GetPinDisplayName
(
const UEdGraphPin* Pin |
||
| void | GetPinHoverText
(
const UEdGraphPin& Pin, |
||
| TArray< UE::Dataflow::FRenderingParameter > | |||
| FText | |||
| void | Pin hiding. | ||
| bool | IsBound () |
||
| bool | IsInputPinShown
(
FName PinName |
||
| void | OnPinRemoved
(
UEdGraphPin* InRemovedPin |
||
| void | PinConnectionListChanged
(
UEdGraphPin* Pin |
||
| bool | PinIsCompatibleWithType
(
const UEdGraphPin& Pin, |
||
| void | PostEditUndo () |
||
| void | Remove an option pin if the underlying Dataflow node RemovePin member is overriden. | ||
| void | Serialize
(
FArchive& Ar |
||
| void | SetCanEnableWireframeRenderNode
(
bool bInCanEnable |
||
| void | SetDataflowGraph
(
TSharedPtr< UE::Dataflow::FGraph > InDataflowGraph |
||
| void | SetDataflowNodeGuid
(
FGuid InGuid |
||
| void | SetShouldRenderNode
(
bool bInRender |
Node Rendering | |
| void | SetShouldWireframeRenderNode
(
bool bInRender |
||
| bool | ShouldDrawNodeAsControlPointOnly
(
int32& OutInputPinIndex, |
||
| bool | |||
| bool | |||
| void | |||
| bool | |||
| void | ToggleHideInputPin
(
FName PinName |
||
| void |