Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UAnimCurveCompressionCodec
- UAnimCurveCompressionCodec_UniformIndexable
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/AnimCurveCompressionCodec_UniformIndexable.h |
| Include | #include "Animation/AnimCurveCompressionCodec_UniformIndexable.h" |
Syntax
class UAnimCurveCompressionCodec_UniformIndexable : public UAnimCurveCompressionCodec
Constructors
| Type | Name | Description | |
|---|---|---|---|
UAnimCurveCompressionCodec_UniformIndexable
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | GetCurveBufferAndSamples
(
const FCompressedAnimSequence& AnimSeq, |
Overridden from UAnimCurveCompressionCodec
| Type | Name | Description | |
|---|---|---|---|
| bool | Compress
(
const FCompressibleAnimData& AnimSeq, |
Compresses the curve data from an animation sequence. | |
| float | DecompressCurve
(
const FCompressedAnimSequence& AnimSeq, |
Decompress a single curve. | |
| void | DecompressCurves
(
const FCompressedAnimSequence& AnimSeq, |
Decompresses all the active blended curves. | |
| void | PopulateDDCKey
(
FArchive& Ar |
Called to generate a unique DDC key for this codec instance. |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | GetCurveBufferAndSamples
(
const FCompressedAnimSequence& AnimSeq, |
Please use GetCurveBufferAndSamples that takes a curve's FName |