AEFVariableKeyLerpShared::ByteSwapScaleIn

Handles the ByteSwap of compressed Scale data on import

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 ByteSwapScaleIn
(
    FUECompressedAnimData & CompressedData,
    FMemoryReader & MemoryReader,
    uint8 *& ScaleTrackData,
    int32 NumKeysScale
)

Remarks

Handles the ByteSwap of compressed Scale data on import

Handles the ByteSwap of compressed Scale data on import

Parameters

Parameter

Description

CompressedData

The compressed animation data being operated on.

MemoryReader

The FMemoryReader to read from.

ScaleTrackData

The compressed Scale data stream.

NumKeysScale

The number of keys present in the stream.

CompressedData

The compressed animation data being operated on.

MemoryReader

The FMemoryReader to read from.

TrackData

The compressed data stream.

NumKeys

The number of keys present in 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