Choose your operating system:
Windows
macOS
Linux
| UEdGraphSchema::BreakPinLinks()
|
Module |
|
Header |
/Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorGraphSchema.h |
Include |
#include "MetasoundEditorGraphSchema.h" |
Source |
/Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Private/MetasoundEditorGraphSchema.cpp |
virtual void BreakPinLinks
(
UEdGraphPin & TargetPin,
bool bSendsNodeNotifcation
) const
Breaks all links from/to a single pin
Parameter |
Description |
---|---|
TargetPin |
The pin to break links on |
bSendsNodeNotifcation |
whether to send a notification to the node post pin connection change |