UEdGraphSchema::CopyPinLinks

Copies pin links from one pin to another without breaking the original links

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UEdGraphSchema::CopyPinLinks()

UReferenceViewerSchema::CopyPinLinks()

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 CopyPinLinks
(
    UEdGraphPin & CopyFromPin,
    UEdGraphPin & CopyToPin,
    bool bIsIntermediateCopy
) const

Remarks

Copies pin links from one pin to another without breaking the original links