FAnimCompressContext

[FAnimCompressContext](API\Runtime\Engine\Animation\FAnimCompressContext) - Context information / storage for use during animation compression

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Animation/AnimCompress.h"

Syntax

struct FAnimCompressContext

Remarks

FAnimCompressContext - Context information / storage for use during animation compression

Variables

Name Description

Public variable

uint32

 

AnimIndex

Public variable

bool

 

bAllowAlternateCompressor

Public variable

bool

 

bOutput

Public variable

uint32

 

MaxAnimations

Constructors

Name Description

Public function

FAnimCompressContext

(
    const FAnimCompressContext& Rhs
)

If we are duping a compression context we don't want the CompressionSummary to output.

Public function

FAnimCompressContext

(
    bool bInAllowAlternateCompressor,
    bool bInOutput,
    uint32 InMaxAnimations
)

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