Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGSubgraphSettings
Description
Override this class to provide an UObject to jump to in case of double click on node ie. returning a blueprint instance will open the given blueprint in its editor. By default, it will return the underlying class, to try to jump to its header in code
Virtual Inheritance
- UPCGSettings::GetJumpTargetForDoubleClick → UPCGSubgraphSettings::GetJumpTargetForDoubleClick
| Name | GetJumpTargetForDoubleClick |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGSubgraph.h |
| Include Path | #include "PCGSubgraph.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/PCGSubgraph.cpp |
virtual UObject * GetJumpTargetForDoubleClick() const