![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <AnimCompressionTypes.h>
Public Member Functions | |
| FAnimationErrorStats () | |
Public Attributes | |
| float | AverageError |
| float | MaxError |
| float | MaxErrorTime |
| int32 | MaxErrorBone |
A set of error statistics for an animation, gathered by FAnimationUtils::ComputeCompressionError
|
inline |
| float FAnimationErrorStats::AverageError |
Average world-space translation error across all end-effectors
| float FAnimationErrorStats::MaxError |
The worst error encountered across all end effectors
| int32 FAnimationErrorStats::MaxErrorBone |
Bone on which the worst error occurred
| float FAnimationErrorStats::MaxErrorTime |
Time at which the worst error occurred