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
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
Operators