UAnimCompress::ByteSwapIn

Handles Byte-swapping incoming animation data from a MemoryReader

Windows
MacOS
Linux

Override Hierarchy

UAnimBoneCompressionCodec::ByteSwapIn()

UAnimCompress::ByteSwapIn()

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 ByteSwapIn
(
    ICompressedAnimData & AnimData,
    TArrayView< uint8 > CompressedData,
    FMemoryReader & MemoryStream
) const

Remarks

Handles Byte-swapping incoming animation data from a MemoryReader

Parameters

Parameter

Description

Seq

An Animation Sequence to contain the read data.

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