Navigation
Unreal Engine C++ API Reference > Runtime > Engine > AEFConstantKeyLerpShared
- AnimEncodingLegacyBase::ByteSwapTranslationOut()
- AEFConstantKeyLerpShared::ByteSwapTranslationOut()
- AEFVariableKeyLerpShared::ByteSwapTranslationOut()
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 ByteSwapTranslationOut
&40;
FUECompressedAnimData & CompressedData,
FMemoryWriter & MemoryWriter,
uint8 &42;& TransTrackData,
int32 NumKeysTrans
&41;
Remarks
Handles the ByteSwap of compressed translation data on export
Handles the ByteSwap of compressed translation data on export
Parameters
Name | Description |
---|---|
CompressedData | The compressed animation data being operated on. |
MemoryWriter | The FMemoryWriter to write to. |
TransTrackData | The compressed translation data stream. |
NumKeysTrans | 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. |