Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/AEFVariableKeyLerpShared
Description
Handles the ByteSwap of compressed Scale data on export
Handles the ByteSwap of compressed Scale data on export
Virtual Inheritance
- AnimEncodingLegacyBase::ByteSwapScaleOut → AEFConstantKeyLerpShared::ByteSwapScaleOut → AEFVariableKeyLerpShared::ByteSwapScaleOut
| Name | ByteSwapScaleOut |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/AnimEncoding_VariableKeyLerp.h |
| Include Path | #include "AnimEncoding_VariableKeyLerp.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimEncoding_VariableKeyLerp.cpp |
virtual void ByteSwapScaleOut
(
FUECompressedAnimData & CompressedData,
FMemoryWriter & MemoryWriter,
uint8 *& ScaleTrackData,
int32 NumKeysScale
)
Parameters
| Name | Remarks |
|---|---|
| CompressedData | The compressed animation data being operated on. |
| MemoryWriter | The FMemoryWriter to write to. |
| ScaleTrackData | The compressed Scale data stream. |
| NumKeysScale | 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. |