Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/AEFConstantKeyLerpShared
Description
Handles the ByteSwap of compressed rotation data on export
Handles the ByteSwap of compressed rotation data on export
Virtual Inheritance
- AnimEncodingLegacyBase::ByteSwapRotationOut → AEFConstantKeyLerpShared::ByteSwapRotationOut
Derived Overrides
| Name | ByteSwapRotationOut |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/AnimEncoding_ConstantKeyLerp.h |
| Include Path | #include "AnimEncoding_ConstantKeyLerp.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimEncoding_ConstantKeyLerp.cpp |
virtual void ByteSwapRotationOut
(
FUECompressedAnimData & CompressedData,
FMemoryWriter & MemoryWriter,
uint8 *& RotTrackData,
int32 NumKeysRot
)
Parameters
| Name | Remarks |
|---|---|
| CompressedData | The compressed animation data being operated on. |
| MemoryWriter | The FMemoryWriter to write to. |
| RotTrackData | The compressed rotation data stream. |
| NumKeysRot | The number of keys to write to the stream. |
| CompressedData | The compressed animation data being operated on. |
| MemoryWriter | The FMemoryWriter to write to. |
| TrackData | The compressed data stream. |
| NumKeys | The number of keys to write to the stream. |