AEFConstantKeyLerp::GetPoseTranslations

Decompress all requested translation components from an Animation Sequence

Windows
MacOS
Linux

Override Hierarchy

AnimEncoding::GetPoseTranslations()

AEFConstantKeyLerp::GetPoseTranslations()

References

Module

Engine

Header

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

Include

#include "AnimEncoding_ConstantKeyLerp.h"

Source

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

Syntax

virtual void GetPoseTranslations
(
    TArrayView< FTransform > & Atoms,
    const BoneTrackArray & DesiredPairs,
    FAnimSequenceDecompressionContext & DecompContext
)

Remarks

Decompress all requested translation components from an Animation Sequence

Parameters

Parameter

Description

Atoms

The FTransform array to fill in.

DesiredPairs

Array of requested bone information

DecompContext

The decompression context to use.

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