AEFVariableKeyLerpShared::ByteSwapTranslationOut

Handles the ByteSwap of compressed translation data on export

Windows
MacOS
Linux

Override Hierarchy

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/AnimEncoding_VariableKeyLerp.h

Include

#include "AnimEncoding_VariableKeyLerp.h"

Source

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

Syntax

virtual void ByteSwapTranslationOut
(
    FUECompressedAnimData & CompressedData,
    FMemoryWriter & MemoryWriter,
    uint8 *& TransTrackData,
    int32 NumKeysTrans
)

Remarks

Handles the ByteSwap of compressed translation data on export

Handles the ByteSwap of compressed translation data on export

Parameters

Parameter

Description

CompressedData

The compressed animation data being operated on.

MemoryWriter

The FMemoryWriter to write to.

TransTrackData

The compressed translation data stream.

NumKeysTrans

The number of keys to write to the stream.

CompressedData

The compressed animation data being operated on.

MemoryWriter

The FMemoryWriter to write to.

TrackData

The compressed data stream.

NumKeys

The number of keys to write to the 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