Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Animation > UAnimCurveCompressionCodec_UniformlySampled
- UAnimCurveCompressionCodec::DecompressCurve()
- UAnimCurveCompressionCodec_UniformlySampled::DecompressCurve()
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Animation/AnimCurveCompressionCodec_UniformlySampled.h |
Include | #include "Animation/AnimCurveCompressionCodec_UniformlySampled.h" |
Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimCurveCompressionCodec_UniformlySampled.cpp |
virtual float DecompressCurve
&40;
const FCompressedAnimSequence & AnimSeq,
FName CurveName,
float CurrentTime
&41; 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.