UAnimCompress::ByteSwapOut

Handles Byte-swapping outgoing animation data to an array of BYTEs

Windows
MacOS
Linux

Override Hierarchy

UAnimBoneCompressionCodec::ByteSwapOut()

UAnimCompress::ByteSwapOut()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Animation/AnimCompress.h

Include

#include "Animation/AnimCompress.h"

Source

/Engine/Source/Runtime/Engine/Private/Animation/AnimCompress.cpp

Syntax

virtual void ByteSwapOut
(
    ICompressedAnimData & AnimData,
    TArrayView< uint8 > CompressedData,
    FMemoryWriter & MemoryStream
) const

Remarks

Handles Byte-swapping outgoing animation data to an array of BYTEs

Parameters

Parameter

Description

Seq

An Animation Sequence to write.

SerializedData

The output buffer.

bForceByteSwapping

true is byte swapping is not optional.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss