UAnimGraphNode_BlendListByEnum::GetPinInformation

Gets information about the specified pin. If both bIsPosePin and bIsTimePin are false, the index is meaningless.

Windows
MacOS
Linux

References

Module

AnimGraph

Header

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

Include

#include "AnimGraphNode_BlendListByEnum.h"

Source

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

Syntax

static void GetPinInformation
(
    const FString & InPinName,
    int32 & Out_PinIndex,
    bool & Out_bIsPosePin,
    bool & Out_bIsTimePin
)

Remarks

Gets information about the specified pin. If both bIsPosePin and bIsTimePin are false, the index is meaningless.

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