Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/EdGraph > API/Runtime/Engine/EdGraph/UEdGraphSchema
- UEdGraphSchema::CanRelinkConnectionToPin()
- UAnimationStateMachineSchema::CanRelinkConnectionToPin()
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
&40;
const UEdGraphPin &42; OldSourcePin,
const UEdGraphPin &42; TargetPinCandidate
&41; 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. |