AEFConstantKeyLerp::GetBoneAtomScale

Decompress the Scale component of a BoneAtom

Windows
MacOS
Linux

Override Hierarchy

AnimEncodingLegacyBase::GetBoneAtomScale()

AEFConstantKeyLerp::GetBoneAtomScale()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/AnimEncoding_ConstantKeyLerp.h

Include

#include "AnimEncoding_ConstantKeyLerp.h"

Syntax

virtual void GetBoneAtomScale
(
    FTransform & OutAtom,
    const FAnimSequenceDecompressionContext & DecompContext,
    int32 TrackIndex
)

Remarks

Decompress the Scale component of a BoneAtom

Parameters

Parameter

Description

OutAtom

The FTransform to fill in.

DecompContext

The decompression context to use.

TrackIndex

The index of the track desired in the Animation Sequence.

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