Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/EdGraph > API/Runtime/Engine/EdGraph/UEdGraphSchema
- UEdGraphSchema::MovePinLinks()
- UReferenceViewerSchema::MovePinLinks()
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 FPinConnectionResponse MovePinLinks
&40;
UEdGraphPin & MoveFromPin,
UEdGraphPin & MoveToPin,
bool bIsIntermediateMove,
bool bNotifyLinkedNodes
&41; const
Remarks
Break links on this pin and create links instead on MoveToPin
Parameters
| Name | Description |
|---|---|
| MoveFromPin | Pin we are breaking links from |
| MoveToPin | Pin we are copying links to |
| bIsIntermediateMove | Allows linking to transient pins, should only be true when called from utility functions |
| bNotifyLinkedNodes | If true, it will notify linked nodes if it fails to move connection, this allows type fixup |