Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/AEFPerTrackCompressionCodec
Description
Handles Byte-swapping incoming animation data from a MemoryReader
Handles Byte-swapping incoming animation data from a MemoryReader
Virtual Inheritance
- AnimEncoding::ByteSwapIn → AEFPerTrackCompressionCodec::ByteSwapIn
| Name | ByteSwapIn |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/AnimEncoding_PerTrackCompression.h |
| Include Path | #include "AnimEncoding_PerTrackCompression.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimEncoding_PerTrackCompression.cpp |
virtual void ByteSwapIn
(
FUECompressedAnimData & CompressedData,
FMemoryReader & MemoryReader
)
Parameters
| Name | Remarks |
|---|---|
| CompressedData | The compressed animation data being operated on. |
| MemoryReader | The MemoryReader object to read from. |
| SourceArVersion | The version of the archive that the data is coming from. |
| CompressedData | The compressed animation data being operated on. |
| MemoryReader | The MemoryReader object to read from. |