UAnimCompress_PerTrackCompression::CompressUsingUnderlyingCompressor

Compresses the tracks passed in using the underlying compressor for this key removal codec

Windows
MacOS
Linux

Override Hierarchy

UAnimCompress_RemoveLinearKeys::CompressUsingUnderlyingCompressor()

UAnimCompress_PerTrackCompression::CompressUsingUnderlyingCompressor()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Animation/AnimCompress_PerTrackCompression.h

Include

#include "Animation/AnimCompress_PerTrackCompression.h"

Source

/Engine/Source/Runtime/Engine/Private/Animation/AnimCompress_PerTrackCompression.cpp

Syntax

virtual void CompressUsingUnderlyingCompressor
(
    const FCompressibleAnimData & CompressibleAnimData,
    FCompressibleAnimDataResult & OutCompressedData,
    const TArray< FTranslationTrack > & TranslationData,
    const TArray< FRotationTrack > & RotationData,
    const TArray< FScaleTrack > & ScaleData,
    const bool bFinalPass
)

Remarks

Compresses the tracks passed in using the underlying compressor for this key removal codec

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