Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/UAnimCompress
- UAnimBoneCompressionCodec::ByteSwapIn()
- UAnimCompress::ByteSwapIn()
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Animation/AnimCompress.h |
Include | #include "Animation/AnimCompress.h" |
Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimCompress.cpp |
virtual void ByteSwapIn
&40;
ICompressedAnimData & AnimData,
TArrayView< uint8 > CompressedData,
FMemoryReader & MemoryStream
&41; const
Remarks
Handles Byte-swapping incoming animation data from a MemoryReader
Parameters
Name | Description |
---|---|
Seq | An Animation Sequence to contain the read data. |
MemoryReader | The MemoryReader object to read from. |
SourceArVersion | The version of the archive that the data is coming from. |