Navigation
API > API/Runtime > API/Runtime/Engine
| Name | FEdGraphPinReference |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphPin.h |
| Include Path | #include "EdGraph/EdGraphPin.h" |
Syntax
USTRUCT ()
struct FEdGraphPinReference
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Constructors | EdGraph/EdGraphPin.h | ||
FEdGraphPinReference
(
UEdGraphPin* InPin |
EdGraph/EdGraphPin.h | ||
FEdGraphPinReference
(
const UEdGraphPin* InPin |
EdGraph/EdGraphPin.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OwningNode | TWeakObjectPtr< UEdGraphNode > | The node that owns the pin referred to by this struct. Updated at Set and Save time. | EdGraph/EdGraphPin.h | |
| PinId | FGuid | The pin's unique ID. Updated at Set and Save time. | EdGraph/EdGraphPin.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UEdGraphPin * Get() |
Gets the pin referred to by this struct | EdGraph/EdGraphPin.h | |
void SetPin
(
const UEdGraphPin* NewPin |
Sets the pin referred to by this struct | EdGraph/EdGraphPin.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FEdGraphPinReference& Other |
EdGraph/EdGraphPin.h |