Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/AnimCurveCompressionCodec.h |
| Include | #include "Animation/AnimCurveCompressionCodec.h" |
Syntax
struct FAnimCurveCompressionResult
Remarks
Holds the result from animation curve compression
Variables
| Type | Name | Description | |
|---|---|---|---|
| UAnimCurveCompressionCodec * | Codec | The codec used by the compressed bytes | |
| TArray< uint8 > | CompressedBytes | The animation curves as raw compressed bytes |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default constructor |