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