Navigation
API > API/Editor > API/Editor/AnimGraph > API/Editor/AnimGraph/UAnimGraphNode_Base
Description
Helper function to check whether a pin is valid and linked to something else in the graph
| Name | IsPinExposedAndLinked |
| Type | function |
| Header File | /Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_Base.h |
| Include Path | #include "AnimGraphNode_Base.h" |
| Source | /Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_Base.cpp |
bool IsPinExposedAndLinked
(
const FString & InPinName,
const EEdGraphPinDirection Direction
) const
true if the pin is present and connected
Parameters
| Name | Remarks |
|---|---|
| InPinName | The name of the pin |
| InPinDirection | The direction of the pin we are looking for. If this is EGPD_MAX, all directions are considered |
See Also
- UEdGraphNode::FindPin