Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/AnimCompress.h |
| Include | #include "Animation/AnimCompress.h" |
Syntax
struct FErrorTrackerWorstBone
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | BoneError | Error of this bone. | |
| FName | BoneErrorAnimName | Animation the error occurred on. | |
| int32 | BoneErrorBone | Bone index the error occurred on. | |
| FName | BoneErrorBoneName | Bone name the error occurred on. | |
| float | BoneErrorTime | Time in the sequence that the error occurred at. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FErrorTrackerWorstBone
(
float InBoneError, |
Functions
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator<
(
const FErrorTrackerWorstBone& Rhs |