UAnimCompress::FilterTrivialPositionKeys

Common compression utility to remove 'redundant' position keys in a single track based on the provided delta threshold

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Animation/AnimCompress.h

Include

#include "Animation/AnimCompress.h"

Source

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

Syntax

static void FilterTrivialPositionKeys
(
    struct FTranslationTrack & Track,
    float MaxPosDelta
)

Remarks

Common compression utility to remove 'redundant' position keys in a single track based on the provided delta threshold

Parameters

Parameter

Description

Track

Track to reduce

MaxPosDelta

Maximum local-space threshold for stationary motion

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