Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/AEFConstantKeyLerpShared
Description
Handles the ByteSwap of compressed Scale data on import
Handles the ByteSwap of compressed Scale data on import
Virtual Inheritance
- AnimEncodingLegacyBase::ByteSwapScaleIn → AEFConstantKeyLerpShared::ByteSwapScaleIn
Derived Overrides
| Name | ByteSwapScaleIn |
| 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 ByteSwapScaleIn
(
FUECompressedAnimData & CompressedData,
FMemoryReader & MemoryReader,
uint8 *& ScaleTrackData,
int32 NumKeysScale
)
Parameters
| Name | Remarks |
|---|---|
| CompressedData | The compressed animation data being operated on. |
| MemoryReader | The FMemoryReader to read from. |
| ScaleTrackData | The compressed Scale data stream. |
| NumKeysScale | 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. |