Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/AEFVariableKeyLerpShared
- AnimEncodingLegacyBase::ByteSwapRotationIn()
- AEFConstantKeyLerpShared::ByteSwapRotationIn()
- AEFVariableKeyLerpShared::ByteSwapRotationIn()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/AnimEncoding_VariableKeyLerp.h |
| Include | #include "AnimEncoding_VariableKeyLerp.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimEncoding_VariableKeyLerp.cpp |
virtual void ByteSwapRotationIn
&40;
FUECompressedAnimData & CompressedData,
FMemoryReader & MemoryReader,
uint8 &42;& RotTrackData,
int32 NumKeysRot
&41;
Remarks
Handles the ByteSwap of compressed rotation data on import
Handles the ByteSwap of compressed rotation data on import
Parameters
| Name | Description |
|---|---|
| CompressedData | The compressed animation data being operated on. |
| MemoryReader | The FMemoryReader to read from. |
| RotTrackData | The compressed rotation data stream. |
| NumKeysRot | The number of keys present in the stream. |
| CompressedData | The compressed animation data being operated on. |
| MemoryReader | The FMemoryReader to read from. |
| TrackData | The compressed data stream. |
| NumKeys | The number of keys present in the stream. |