UEdGraphSchema::MovePinLinks

Break links on this pin and create links instead on MoveToPin

Windows
MacOS
Linux

Override Hierarchy

UEdGraphSchema::MovePinLinks()

UReferenceViewerSchema::MovePinLinks()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h

Include

#include "EdGraph/EdGraphSchema.h"

Source

/Engine/Source/Runtime/Engine/Private/EdGraph/EdGraphSchema.cpp

Syntax

virtual FPinConnectionResponse MovePinLinks
(
    UEdGraphPin & MoveFromPin,
    UEdGraphPin & MoveToPin,
    bool bIsIntermediateMove,
    bool bNotifyLinkedNodes
) const

Remarks

Break links on this pin and create links instead on MoveToPin

Parameters

Parameter

Description

MoveFromPin

Pin we are breaking links from

MoveToPin

Pin we are copying links to

bIsIntermediateMove

Allows linking to transient pins, should only be true when called from utility functions

bNotifyLinkedNodes

If true, it will notify linked nodes if it fails to move connection, this allows type fixup

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