UAnimGraphNode_Base::IsPinExposedAndLinked

Helper function to check whether a pin is valid and linked to something else in the graph

Windows
MacOS
Linux

References

Module

AnimGraph

Header

/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_Base.h

Include

#include "AnimGraphNode_Base.h"

Source

/Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_Base.cpp

Syntax

bool IsPinExposedAndLinked
(
    const FString & InPinName,
    const EEdGraphPinDirection Direction
) const

Remarks

Helper function to check whether a pin is valid and linked to something else in the graph

Returns

true if the pin is present and connected

Parameters

Parameter

Description

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss