FAnimationUtils::CompressAnimCurves

Compresses the animation curves within a sequence with the chosen settings.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/AnimationUtils.h

Include

#include "AnimationUtils.h"

Source

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

Syntax

static bool CompressAnimCurves
(
    FCompressibleAnimData & AnimSeq,
    FCompressedAnimSequence & Target
)

Remarks

Compresses the animation curves within a sequence with the chosen settings.

This modifies the sequence.

Returns

Returns true on success, false it we fail to compress

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