Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/EdGraph
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphPin.h |
| Include | #include "EdGraph/EdGraphPin.h" |
Syntax
struct FEdGraphPinReference
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Constructors | |||
FEdGraphPinReference
(
UEdGraphPin* InPin |
|||
FEdGraphPinReference
(
const UEdGraphPin* InPin |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UEdGraphPin * | Get () |
Gets the pin referred to by this struct | |
| void | SetPin
(
const UEdGraphPin* NewPin |
Sets the pin referred to by this struct |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FEdGraphPinReference& Other |