Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGSettings
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
Derived Overrides
- UPCGBlueprintSettings::GetJumpTargetForDoubleClick
- UPCGSubgraphSettings::GetJumpTargetForDoubleClick
| Name | GetJumpTargetForDoubleClick |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGSettings.h |
| Include Path | #include "PCGSettings.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/PCGSettings.cpp |
virtual UObject * GetJumpTargetForDoubleClick() const