Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/AnimEncodingLegacyBase
- AnimEncoding::ByteSwapOut()
- AnimEncodingLegacyBase::ByteSwapOut()
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/AnimEncoding.h |
Include | #include "AnimEncoding.h" |
Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimEncoding.cpp |
virtual void ByteSwapOut
&40;
FUECompressedAnimData & CompressedData,
FMemoryWriter & MemoryWriter
&41;
Remarks
Handles Byte-swapping outgoing animation data to an array of BYTEs
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. |
Seq | An Animation Sequence to write. |
SerializedData | The output buffer. |
ForceByteSwapping | true is byte swapping is not optional. |