UEdGraphNode_Reference::GetJumpTargetForDoubleClick

Returns the object that should be focused when double-clicking on this node (the object can be an actor, which selects it in the world, or a node/graph/pin)

Windows
MacOS
Linux

Override Hierarchy

UEdGraphNode::GetJumpTargetForDoubleClick()

UEdGraphNode_Reference::GetJumpTargetForDoubleClick()

References

Module

AssetManagerEditor

Header

/Engine/Plugins/Editor/AssetManagerEditor/Source/AssetManagerEditor/Public/ReferenceViewer/EdGraphNode_Reference.h

Include

#include "ReferenceViewer/EdGraphNode_Reference.h"

Source

/Engine/Plugins/Editor/AssetManagerEditor/Source/AssetManagerEditor/Private/ReferenceViewer/EdGraphNode_Reference.cpp

Syntax

virtual UObject * GetJumpTargetForDoubleClick() const

Remarks

Returns the object that should be focused when double-clicking on this node (the object can be an actor, which selects it in the world, or a node/graph/pin)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss