Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/AnimEncodingLegacyBase
Description
Handles Byte-swapping outgoing animation data to an array of BYTEs
Handles Byte-swapping outgoing animation data to an array of BYTEs
Virtual Inheritance
- AnimEncoding::ByteSwapOut → AnimEncodingLegacyBase::ByteSwapOut
| Name | ByteSwapOut |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/AnimEncoding.h |
| Include Path | #include "AnimEncoding.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimEncoding.cpp |
virtual void ByteSwapOut
(
FUECompressedAnimData & CompressedData,
FMemoryWriter & MemoryWriter
)
Parameters
| Name | Remarks |
|---|---|
| CompressedData | The compressed animation data being operated on. |
| SerializedData | The output buffer. |
| ForceByteSwapping | true is byte swapping is not optional. |
| Seq | An Animation Sequence to write. |
| SerializedData | The output buffer. |
| ForceByteSwapping | true is byte swapping is not optional. |