Navigation
API > API/Editor > API/Editor/AnimGraph
References
| Module | AnimGraph |
| Header | /Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_Base.h |
| Include | #include "AnimGraphNode_Base.h" |
Syntax
struct FPoseLinkMappingRecord
Variables
| Type | Name | Description | |
|---|---|---|---|
| FProperty * | ChildProperty | Will either be an array property containing FPoseLinkBase derived structs, indexed by ChildPropertyIndex, or a FPoseLinkBase derived struct property. | |
| int32 | ChildPropertyIndex | Index when ChildProperty is an array. | |
| UAnimGraphNode_Base * | LinkedNode | Linked node for this pose link, can be nullptr. | |
| UAnimGraphNode_Base * | LinkingNode | Linking node for this pose link, can be nullptr. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| UAnimGraphNode_Base * | |||
| UAnimGraphNode_Base * | |||
| bool | IsValid () |
||
| FPoseLinkMappingRecord | MakeFromArrayEntry
(
UAnimGraphNode_Base* LinkingNode, |
||
| FPoseLinkMappingRecord | MakeFromMember
(
UAnimGraphNode_Base* LinkingNode, |
||
| FPoseLinkMappingRecord | MakeInvalid () |
||
| void | PatchLinkIndex
(
uint8* DestinationPtr, |