Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FAnimationCompression_PerTrackUt-
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/AnimationCompression.h |
| Include | #include "AnimationCompression.h" |
static void GetAllSizesFromFormat
&40;
int32 KeyFormat,
int32 FormatFlags,
int32 & KeyComponentCount,
int32 & KeyComponentSize,
int32 & FixedComponentCount,
int32 & FixedComponentSize
&41;
Remarks
Figures out the size of various parts of a compressed track from the format and format flags combo
Parameters
| Name | Description |
|---|---|
| KeyFormat | The encoding format used for each key |
| FormatFlags | Three bits of format-specific information and a single bit to indicate if a key->frame table follows the keys |