Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/AEFPerTrackCompressionCodec
- AnimEncoding::ByteSwapIn()
- AEFPerTrackCompressionCodec::ByteSwapIn()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/AnimEncoding_PerTrackCompression.h |
| Include | #include "AnimEncoding_PerTrackCompression.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimEncoding_PerTrackCompression.cpp |
virtual void ByteSwapIn
(
FUECompressedAnimData & CompressedData,
FMemoryReader & MemoryReader
)
Remarks
Handles Byte-swapping incoming animation data from a MemoryReader
Handles Byte-swapping incoming animation data from a MemoryReader
Parameters
| Name | Description |
|---|---|
| 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. |