Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/AnimEncodingLegacyBase
- AnimEncodingLegacyBase::ByteSwapRotationIn()
- AEFConstantKeyLerpShared::ByteSwapRotationIn()
- AEFVariableKeyLerpShared::ByteSwapRotationIn()
- AEFVariableKeyLerpShared::ByteSwapRotationIn()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/AnimEncoding.h |
| Include | #include "AnimEncoding.h" |
virtual void ByteSwapRotationIn
&40;
FUECompressedAnimData & CompressedData,
FMemoryReader & MemoryReader,
uint8 &42;& Stream,
int32 NumKeys
&41;
Remarks
Handles the ByteSwap of compressed animation data on import The adjusted Stream position after import.
Parameters
| Name | Description |
|---|---|
| CompressedData | The compressed animation data being operated on. |
| MemoryReader | The FMemoryReader to read from. |
| Stream | The compressed animation data. |
| NumKeys | The number of keys present in Stream. |
| SourceArVersion | The version number of the source archive stream. |