AnimEncoding::ByteSwapOut

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

Windows
MacOS
Linux

Override Hierarchy

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/AnimEncoding.h

Include

#include "AnimEncoding.h"

Syntax

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

Remarks

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.

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