Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
Inheritance Hierarchy
- ICompressedAnimData
- FCompressedAnimDataBase
- FUECompressedAnimData
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Animation/AnimCompressionTypes.h |
| Include | #include "Animation/AnimCompressionTypes.h" |
Syntax
struct FUECompressedAnimData :
public ICompressedAnimData,
public FCompressedAnimDataBase< TNonConstArrayViewMaker >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FUECompressedAnimData
(
FUECompressedAnimDataMutable& InCompressedData |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ByteSwapData
(
TArrayView< uint8 > CompresedData, |
||
| void | ByteSwapIn
(
TArrayView< uint8 > CompressedData, |
||
| void | ByteSwapOut
(
TArrayView< uint8 > CompressedData, |
||
| void | InitViewsFromBuffer
(
const TArrayView< uint8 > BulkData |
Overridden from ICompressedAnimData
| Type | Name | Description | |
|---|---|---|---|
| void | Bind
(
const TArrayView< uint8 > BulkData |
||
| int64 | |||
| FString | |||
| bool | IsValid () |
||
| void | SerializeCompressedData
(
FArchive& Ar |
ICompressedAnimData implementation. |