Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
Include |
#include "EdGraph/EdGraphSchema.h" |
Source |
/Engine/Source/Runtime/Engine/Private/EdGraph/EdGraphSchema.cpp |
virtual void BreakSinglePinLink
(
UEdGraphPin * SourcePin,
UEdGraphPin * TargetPin
) const
Breaks the link between two nodes.
Parameter |
Description |
---|---|
SourcePin |
The pin where the link begins. |
TargetLink |
The pin where the link ends. |