AEFPerTrackCompressionCodec::ByteSwapIn

Handles Byte-swapping incoming animation data from a MemoryReader

Windows
MacOS
Linux

Override Hierarchy

AnimEncoding::ByteSwapIn()

AEFPerTrackCompressionCodec::ByteSwapIn()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/AnimEncoding_PerTrackCompression.h

Include

#include "AnimEncoding_PerTrackCompression.h"

Source

/Engine/Source/Runtime/Engine/Private/Animation/AnimEncoding_PerTrackCompression.cpp

Syntax

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

Remarks

Handles Byte-swapping incoming animation data from a MemoryReader

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.

CompressedData

The compressed animation data being operated on.

MemoryReader

The MemoryReader object to read 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