Navigation
API > API/Plugins > API/Plugins/PCGEditor > API/Plugins/PCGEditor/FPCGEditor
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void JumpToNode
(
const UEdGraphNode* InNode |
Focus the graph view on a specific node | PCGEditor.h | |
void JumpToNode
(
const UPCGNode* InNode |
PCGEditor.h |
JumpToNode(const UEdGraphNode *)
Description
Focus the graph view on a specific node
| Name | JumpToNode |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCGEditor/Public/PCGEditor.h |
| Include Path | #include "PCGEditor.h" |
| Source | /Engine/Plugins/PCG/Source/PCGEditor/Private/PCGEditor.cpp |
void JumpToNode
(
const UEdGraphNode * InNode
)
JumpToNode(const UPCGNode *)
| Name | JumpToNode |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCGEditor/Public/PCGEditor.h |
| Include Path | #include "PCGEditor.h" |
| Source | /Engine/Plugins/PCG/Source/PCGEditor/Private/PCGEditor.cpp |
void JumpToNode
(
const UPCGNode * InNode
)