Navigation
API > API/Editor > API/Editor/AnimGraph > API/Editor/AnimGraph/UAnimGraphNode_Base
Description
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)
| Name | CreatePinsForPoseLink |
| Type | function |
| Header File | /Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_Base.h |
| Include Path | #include "AnimGraphNode_Base.h" |
| Source | /Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_Base.cpp |
virtual void CreatePinsForPoseLink
(
FProperty * PoseProperty,
int32 ArrayIndex
)