FAnimationErrorStats

A set of error statistics for an animation, gathered by [FAnimationUtils::ComputeCompressionError](API\Runtime\Engine\FAnimationUtils\ComputeCompressionError)

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Animation/AnimCompressionTypes.h

Include

#include "Animation/AnimCompressionTypes.h"

Syntax

struct FAnimationErrorStats

Remarks

A set of error statistics for an animation, gathered by FAnimationUtils::ComputeCompressionError

Variables

Name Description

Public variable

float

 

AverageError

Average world-space translation error across all end-effectors

Public variable

float

 

MaxError

The worst error encountered across all end effectors

Public variable

int32

 

MaxErrorBone

Bone on which the worst error occurred

Public variable

float

 

MaxErrorTime

Time at which the worst error occurred

Constructors

Name Description

Public function

FAnimationErrorStats()

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