UAnimGraphNode_Base::GetPinAssociatedProperty

Get the property (and possibly array index) associated with the supplied pin

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

virtual void GetPinAssociatedProperty
(
    const UScriptStruct * NodeType,
    const UEdGraphPin * InputPin,
    FProperty *& OutProperty,
    int32 & OutIndex
) const

Remarks

Get the property (and possibly array index) associated with the supplied pin

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