Navigation
API > API/Editor > API/Editor/GraphEditor
| Name | FEdGraphNodeHandle |
| Type | struct |
| Header File | /Engine/Source/Editor/GraphEditor/Public/EdGraphHandleTypes.h |
| Include Path | #include "EdGraphHandleTypes.h" |
Syntax
struct FEdGraphNodeHandle
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FEdGraphNodeHandle
(
const UEdGraphNode* InNode |
EdGraphHandleTypes.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Graph | TSoftObjectPtr< UEdGraph > | EdGraphHandleTypes.h | ||
| NodeName | FName | EdGraphHandleTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const UEdGraph * GetGraph() |
EdGraphHandleTypes.h | ||
UEdGraphNode * GetNode() |
EdGraphHandleTypes.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FEdGraphNodeHandle& InOther |
EdGraphHandleTypes.h |