Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FEdGraphPinReference
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Constructors | EdGraph/EdGraphPin.h | ||
FEdGraphPinReference
(
UEdGraphPin* InPin |
EdGraph/EdGraphPin.h | ||
FEdGraphPinReference
(
const UEdGraphPin* InPin |
EdGraph/EdGraphPin.h |
FEdGraphPinReference()
Description
Constructors
| Name | FEdGraphPinReference |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphPin.h |
| Include Path | #include "EdGraph/EdGraphPin.h" |
FEdGraphPinReference()
FEdGraphPinReference(UEdGraphPin *)
| Name | FEdGraphPinReference |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphPin.h |
| Include Path | #include "EdGraph/EdGraphPin.h" |
FEdGraphPinReference
(
UEdGraphPin * InPin
)
FEdGraphPinReference(const UEdGraphPin *)
| Name | FEdGraphPinReference |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphPin.h |
| Include Path | #include "EdGraph/EdGraphPin.h" |
FEdGraphPinReference
(
const UEdGraphPin * InPin
)