UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FAnimationErrorStats Struct Reference

#include <AnimCompressionTypes.h>

Public Member Functions

 FAnimationErrorStats ()
 

Public Attributes

float AverageError
 
float MaxError
 
float MaxErrorTime
 
int32 MaxErrorBone
 

Detailed Description

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

Constructor & Destructor Documentation

◆ FAnimationErrorStats()

FAnimationErrorStats::FAnimationErrorStats ( )
inline

Member Data Documentation

◆ AverageError

float FAnimationErrorStats::AverageError

Average world-space translation error across all end-effectors

◆ MaxError

float FAnimationErrorStats::MaxError

The worst error encountered across all end effectors

◆ MaxErrorBone

int32 FAnimationErrorStats::MaxErrorBone

Bone on which the worst error occurred

◆ MaxErrorTime

float FAnimationErrorStats::MaxErrorTime

Time at which the worst error occurred


The documentation for this struct was generated from the following file: