UAnimCompress_BitwiseCompressOnly

Bitwise animation compression only; performs no key reduction.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Engine

Header

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

Include

#include "Animation/AnimCompress_BitwiseCompressOnly.h"

Syntax

class UAnimCompress_BitwiseCompressOnly : public UAnimCompress

Remarks

Bitwise animation compression only; performs no key reduction.

Constructors

Name Description

Public function

UAnimCompress_BitwiseCompressOnly

(
    const FObjectInitializer& ObjectIn...
)

Overridden from UAnimCompress

Name Description

Protected function Virtual

bool

 

DoReduction

(
    const FCompressibleAnimData& Compr...,
    FCompressibleAnimDataResult& OutRe...
)

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

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