Navigation
Unreal Engine C++ API Reference > Runtime > Engine > AnimEncoding
- AnimEncoding::ByteSwapOut()
- AEFPerTrackCompressionCodec::ByteSwapOut()
- AnimEncodingLegacyBase::ByteSwapOut()
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/AnimEncoding.h |
Include | #include "AnimEncoding.h" |
virtual void ByteSwapOut
&40;
FUECompressedAnimData & CompressedData,
FMemoryWriter & MemoryWriter
&41;
Remarks
Handles Byte-swapping outgoing animation data to an array of BYTEs
Parameters
Name | Description |
---|---|
CompressedData | The compressed animation data being operated on. |
SerializedData | The output buffer. |
ForceByteSwapping | true is byte swapping is not optional. |