Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/AEFConstantKeyLerpShared
- AnimEncodingLegacyBase::ByteSwapRotationOut()
- AEFConstantKeyLerpShared::ByteSwapRotationOut()
- AEFVariableKeyLerpShared::ByteSwapRotationOut()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/AnimEncoding_ConstantKeyLerp.h |
| Include | #include "AnimEncoding_ConstantKeyLerp.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimEncoding_ConstantKeyLerp.cpp |
virtual void ByteSwapRotationOut
&40;
FUECompressedAnimData & CompressedData,
FMemoryWriter & MemoryWriter,
uint8 &42;& RotTrackData,
int32 NumKeysRot
&41;
Remarks
Handles the ByteSwap of compressed rotation data on export
Handles the ByteSwap of compressed rotation data on export
Parameters
| Name | Description |
|---|---|
| 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. |