Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/AEFVariableKeyLerpShared
- AnimEncodingLegacyBase::ByteSwapScaleOut()
- AEFConstantKeyLerpShared::ByteSwapScaleOut()
- AEFVariableKeyLerpShared::ByteSwapScaleOut()
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 ByteSwapScaleOut
&40;
FUECompressedAnimData & CompressedData,
FMemoryWriter & MemoryWriter,
uint8 &42;& ScaleTrackData,
int32 NumKeysScale
&41;
Remarks
Handles the ByteSwap of compressed Scale data on export
Handles the ByteSwap of compressed Scale data on export
Parameters
| Name | Description |
|---|---|
| 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. |