UAnimCurveCompressionCodec::DecompressCurve

Decompress a single curve.

Windows
MacOS
Linux

Override Hierarchy

References

Module

Engine

Header

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

Include

#include "Animation/AnimCurveCompressionCodec.h"

Syntax

virtual float DecompressCurve
(
    const FCompressedAnimSequence & AnimSeq,
    SmartName::UID_Type CurveUID,
    float CurrentTime
) const

Remarks

Decompress a single curve. Note: Codecs should NOT rely on any member properties during decompression. Decompression behavior should entirely be driven by code and the compressed data.

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