Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
Inheritance Hierarchy
- ICompressedAnimData
- FACLCompressedAnimData
- FACLDatabaseCompressedAnimData
- FUECompressedAnimData
- FUECompressedAnimDataMutable
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Animation/AnimCompressionTypes.h |
| Include | #include "Animation/AnimCompressionTypes.h" |
Syntax
struct ICompressedAnimData
Variables
| Type | Name | Description | |
|---|---|---|---|
| FAnimationErrorStats | BoneCompressionErrorStats | The error stats from the current bone compression codec. | |
| int32 | CompressedNumberOfKeys | Common data |
Constructors
| Type | Name | Description | |
|---|---|---|---|
ICompressedAnimData
(
const ICompressedAnimData& |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Virtual interface codecs must implement |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Bind
(
const TArrayView< uint8 > BulkData |
||
| int64 | |||
| FString | |||
| bool | IsValid () |
||
| void | SerializeCompressedData
(
FArchive& Ar |
Operators
| Type | Name | Description | |
|---|---|---|---|
| ICompressedAnimData & | operator=
(
const ICompressedAnimData& |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | CompressedNumberOfFrames | CompressedNumberOfFrames has been replaced with CompressedNumberOfKeys |