Navigation
API > API/Runtime > API/Runtime/Engine
A set of error statistics for an animation, gathered by FAnimationUtils::ComputeCompressionError
| Name | FAnimationErrorStats |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/Animation/AnimCompressionTypes.h |
| Include Path | #include "Animation/AnimCompressionTypes.h" |
Syntax
USTRUCT ()
struct FAnimationErrorStats
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAnimationErrorStats() |
Animation/AnimCompressionTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AverageError | float | Average world-space translation error across all end-effectors | Animation/AnimCompressionTypes.h | |
| MaxError | float | The worst error encountered across all end effectors | Animation/AnimCompressionTypes.h | |
| MaxErrorBone | int32 | Bone on which the worst error occurred | Animation/AnimCompressionTypes.h | |
| MaxErrorTime | float | Time at which the worst error occurred | Animation/AnimCompressionTypes.h |