Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/EdGraph > API/Runtime/Engine/EdGraph/UEdGraphSchema
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 |
virtual void BreakSinglePinLink
(
UEdGraphPin * SourcePin,
UEdGraphPin * TargetPin
) const
Remarks
Breaks the link between two nodes.
Parameters
| Name | Description |
|---|---|
| SourcePin | The pin where the link begins. |
| TargetLink | The pin where the link ends. |