UAnimCompress_RemoveLinearKeys::DoReduction

Implemented by child classes, this function reduces the number of keyframes in the specified sequence, given the specified skeleton (if needed).

Windows
MacOS
Linux

Override Hierarchy

References

Module

Engine

Header

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

Include

#include "Animation/AnimCompress_RemoveLinearKeys.h"

Source

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

Syntax

virtual bool DoReduction
(
    const FCompressibleAnimData & CompressibleAnimData,
    FCompressibleAnimDataResult & OutResult
)

Remarks

Implemented by child classes, this function reduces the number of keyframes in the specified sequence, given the specified skeleton (if needed).

Returns

true if the keyframe reduction was successful.

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