UEdGraphSchema::BreakSinglePinLink

Breaks the link between two nodes.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

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 void BreakSinglePinLink
(
    UEdGraphPin * SourcePin,
    UEdGraphPin * TargetPin
) const

Remarks

Breaks the link between two nodes.

Parameters

Parameter

Description

SourcePin

The pin where the link begins.

TargetLink

The pin where the link ends.