UAnimGraphNode_Base::CreatePinsForPoseLink

This will be called when a pose link is found, and can be called with PoseProperty being either of:

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 CreatePinsForPoseLink
(
    FProperty * PoseProperty,
    int32 ArrayIndex
)

Remarks

This will be called when a pose link is found, and can be called with PoseProperty being either of:

  • an array property (ArrayIndex >= 0)

  • a single pose property (ArrayIndex == INDEX_NONE)

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