AnimEncodingLegacyBase::ByteSwapOut

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

Windows
MacOS
Linux

Override Hierarchy

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

Syntax

virtual void ByteSwapOut
(
    FUECompressedAnimData & CompressedData,
    FMemoryWriter & MemoryWriter
)

Remarks

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

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

Parameters

Parameter

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.

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