Navigation
API > API/Plugins > API/Plugins/ACLPlugin > API/Plugins/ACLPlugin/UAnimBoneCompressionCodec_ACLDat-
- UAnimBoneCompressionCodec::ByteSwapIn()
- UAnimBoneCompressionCodec_ACLBase::ByteSwapIn()
- UAnimBoneCompressionCodec_ACLDatabase::ByteSwapIn()
References
| Module | ACLPlugin |
| Header | /Engine/Plugins/Animation/ACLPlugin/Source/ACLPlugin/Classes/AnimBoneCompressionCodec_ACLDatabase.h |
| Include | #include "AnimBoneCompressionCodec_ACLDatabase.h" |
| Source | /Engine/Plugins/Animation/ACLPlugin/Source/ACLPlugin/Private/AnimBoneCompressionCodec_ACLDatabase.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. |