Navigation
API > API/Runtime > API/Runtime/Engine
Error statistics for an animation generated by TallyErrorsFromPerturbation, representing errors in translation or rotation due to a small incremental translation or rotation
| Name | FAnimPerturbationError |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/AnimationUtils.h |
| Include Path | #include "AnimationUtils.h" |
Syntax
struct FAnimPerturbationError
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MaxErrorInRotDueToRot | float | AnimationUtils.h | ||
| MaxErrorInRotDueToScale | float | AnimationUtils.h | ||
| MaxErrorInRotDueToTrans | float | AnimationUtils.h | ||
| MaxErrorInTransDueToRot | float | Float MaxErrorInScaleDueToTrans; // Not used TODO: Either use or remove | AnimationUtils.h | |
| MaxErrorInTransDueToScale | float | Float MaxErrorInScaleDueToRot; // Not used TODO: Either use or remove | AnimationUtils.h | |
| MaxErrorInTransDueToTrans | float | AnimationUtils.h |