Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/AnimEncoding.h |
| Include | #include "AnimEncoding.h" |
Syntax
struct BoneTrackPair
Remarks
Interfaces For Working With Encoded Animations Structure to hold an Atom and Track index mapping for a requested bone. Used in the bulk-animation solving process
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | AtomIndex | ||
| int32 | TrackIndex |
Constructors
| Type | Name | Description | |
|---|---|---|---|
BoneTrackPair
(
int32 Atom, |