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 const FPinConnectionResponse CanRelinkConnectionToPin
(
const UEdGraphPin * OldSourcePin,
const UEdGraphPin * TargetPinCandidate
) const
Remarks
Determine if a connection can be relinked to the given pin. A message describing if the operation can succeed or why the relink operation would fail.
Parameters
| Name | Description |
|---|---|
| OldSourcePin | The current source pin of the connection. |
| TargetPinCandidate | The target pin of the relink. |