Navigation
API > API/Editor > API/Editor/AnimGraph > API/Editor/AnimGraph/UAnimationStateMachineSchema
- UEdGraphSchema::BreakSinglePinLink()
- UAnimationStateMachineSchema::BreakSinglePinLink()
References
Module | AnimGraph |
Header | /Engine/Source/Editor/AnimGraph/Public/AnimationStateMachineSchema.h |
Include | #include "AnimationStateMachineSchema.h" |
Source | /Engine/Source/Editor/AnimGraph/Private/AnimationStateMachineSchema.cpp |
virtual void BreakSinglePinLink
&40;
UEdGraphPin &42; SourcePin,
UEdGraphPin &42; TargetPin
&41; 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. |