AnimEncodingLegacyBase::ByteSwapRotationIn

Handles the ByteSwap of compressed animation data on import

Windows
MacOS
Linux

Override Hierarchy

References

Module

Engine

Header

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

Include

#include "AnimEncoding.h"

Syntax

virtual void ByteSwapRotationIn
(
    FUECompressedAnimData & CompressedData,
    FMemoryReader & MemoryReader,
    uint8 *& Stream,
    int32 NumKeys
)

Remarks

Handles the ByteSwap of compressed animation data on import

Returns

The adjusted Stream position after import.

Parameters

Parameter

Description

CompressedData

The compressed animation data being operated on.

MemoryReader

The FMemoryReader to read from.

Stream

The compressed animation data.

NumKeys

The number of keys present in Stream.

SourceArVersion

The version number of the source archive stream.

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