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