Navigation
API > API/Editor > API/Editor/AnimGraph > API/Editor/AnimGraph/UAnimGraphNode_Base
References
Module | AnimGraph |
Header | /Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_Base.h |
Include | #include "AnimGraphNode_Base.h" |
Source | /Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_Base.cpp |
virtual void CreatePinsForPoseLink
&40;
FProperty &42; PoseProperty,
int32 ArrayIndex
&41;
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)