Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/AnimEncoding
- AnimEncoding::ByteSwapIn()
- AEFPerTrackCompressionCodec::ByteSwapIn()
- AnimEncodingLegacyBase::ByteSwapIn()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/AnimEncoding.h |
| Include | #include "AnimEncoding.h" |
virtual void ByteSwapIn
(
FUECompressedAnimData & CompressedData,
FMemoryReader & MemoryReader
)
Remarks
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. |