UReferenceViewerSchema::CopyPinLinks

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

Windows
MacOS
Linux

Override Hierarchy

UEdGraphSchema::CopyPinLinks()

UReferenceViewerSchema::CopyPinLinks()

References

Module

AssetManagerEditor

Header

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

Include

#include "ReferenceViewer/ReferenceViewerSchema.h"

Source

/Engine/Plugins/Editor/AssetManagerEditor/Source/AssetManagerEditor/Private/ReferenceViewer/ReferenceViewerSchema.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

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