FAnimationCompression_PerTrackUtils::GetAllSizesFromFormat

Figures out the size of various parts of a compressed track from the format and format flags combo

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/AnimationCompression.h

Include

#include "AnimationCompression.h"

Syntax

static void GetAllSizesFromFormat
(
    int32 KeyFormat,
    int32 FormatFlags,
    int32 & KeyComponentCount,
    int32 & KeyComponentSize,
    int32 & FixedComponentCount,
    int32 & FixedComponentSize
)

Remarks

Figures out the size of various parts of a compressed track from the format and format flags combo

Parameters

Parameter

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss