Navigation
API > API/Editor > API/Editor/GraphEditor
| Name | FEdGraphPinHandle |
| Type | struct |
| Header File | /Engine/Source/Editor/GraphEditor/Public/EdGraphHandleTypes.h |
| Include Path | #include "EdGraphHandleTypes.h" |
Syntax
struct FEdGraphPinHandle : public FEdGraphNodeHandle
Inheritance Hierarchy
- FEdGraphNodeHandle → FEdGraphPinHandle
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FEdGraphPinHandle
(
const UEdGraphPin* InPin |
EdGraphHandleTypes.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PersistentPinGuid | FGuid | EdGraphHandleTypes.h | ||
| PinDirection | EEdGraphPinDirection | EdGraphHandleTypes.h | ||
| PinIndex | int32 | EdGraphHandleTypes.h | ||
| PinName | FName | EdGraphHandleTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UEdGraphPin * GetPin() |
EdGraphHandleTypes.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FEdGraphPinHandle& InOther |
EdGraphHandleTypes.h |