Navigation
API > API/Plugins > API/Plugins/DataflowEditor
Class used to for all dataflow node pins
| Name | SDataflowPin |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/Dataflow/DataflowSPin.h |
| Include Path | #include "Dataflow/DataflowSPin.h" |
Syntax
class SDataflowPin : public SGraphPin
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SBorder → SGraphPin → SDataflowPin
- FSlateControlledConstruction → SWidget → SCompoundWidget → SBorder → SGraphPin → SDataflowPin
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsPinColorOverriden | TAttribute< bool > | Dataflow/DataflowSPin.h | ||
| bIsPinInvalid | TAttribute< bool > | Dataflow/DataflowSPin.h | ||
| PinColorOverride | TAttribute< FLinearColor > | Dataflow/DataflowSPin.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs, |
Dataflow/DataflowSPin.h |
Overridden from SGraphPin
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FSlateColor GetPinColor() |
Dataflow/DataflowSPin.h |