AnimEncoding::ByteSwapIn

Handles Byte-swapping incoming animation data from a MemoryReader

Windows
MacOS
Linux

Override Hierarchy

References

Module

Engine

Header

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

Include

#include "AnimEncoding.h"

Syntax

virtual void ByteSwapIn
(
    FUECompressedAnimData & CompressedData,
    FMemoryReader & MemoryReader
)

Remarks

Handles Byte-swapping incoming animation data from a MemoryReader

Parameters

Parameter

Description

CompressedData

The compressed animation data being operated on.

MemoryReader

The MemoryReader object to read from.

SourceArVersion

The version of the archive that the data is coming from.

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