Navigation
API > API/Editor > API/Editor/AnimGraph > API/Editor/AnimGraph/UAnimationStateMachineSchema
- UEdGraphSchema::CanRelinkConnectionToPin()
- UAnimationStateMachineSchema::CanRelinkConnectionToPin()
References
| Module | AnimGraph |
| Header | /Engine/Source/Editor/AnimGraph/Public/AnimationStateMachineSchema.h |
| Include | #include "AnimationStateMachineSchema.h" |
| Source | /Engine/Source/Editor/AnimGraph/Private/AnimationStateMachineSchema.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. |