UConversationGraphNode::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()

UConversationGraphNode::GetJumpTargetForDoubleClick()

References

Module

CommonConversationGraph

Header

/Engine/Plugins/Experimental/CommonConversation/Source/CommonConversationGraph/Public/ConversationGraphNode.h

Include

#include "ConversationGraphNode.h"

Source

/Engine/Plugins/Experimental/CommonConversation/Source/CommonConversationGraph/Private/ConversationGraphNode.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