UConversationGraphSchema::OnPinConnectionDoubleCicked

Handles double-clicking on a pin<->pin connection

Windows
MacOS
Linux

Override Hierarchy

UEdGraphSchema::OnPinConnectionDoubleCicked()

UConversationGraphSchema::OnPinConnectionDoubleCicked()

References

Module

CommonConversationGraph

Header

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

Include

#include "ConversationGraphSchema.h"

Source

/Engine/Plugins/Experimental/CommonConversation/Source/CommonConversationGraph/Private/ConversationGraphSchema.cpp

Syntax

virtual void OnPinConnectionDoubleCicked
(
    UEdGraphPin * PinA,
    UEdGraphPin * PinB,
    const FVector2D & GraphPosition
) const

Remarks

Handles double-clicking on a pin<->pin connection

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