Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UAnimCurveCompressionCodec
Description
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.
Derived Overrides
- UAnimCurveCompressionCodec_CompressedRichCurve::DecompressCurve
- UAnimCurveCompressionCodec_UniformIndexable::DecompressCurve
- UAnimCurveCompressionCodec_UniformlySampled::DecompressCurve
| Name | DecompressCurve |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AnimCurveCompressionCodec.h |
| Include Path | #include "Animation/AnimCurveCompressionCodec.h" |
virtual float DecompressCurve
(
const FCompressedAnimSequence & AnimSeq,
FName CurveName,
float CurrentTime
) const