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
template<typename DataType, typename SortType, int MaxItems>
struct FMaxErrorStatTracker
Remarks
Logic for tracking top N error items for later display.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | CanUseErrorStat
(
SortType NewError |
||
| const DataType & | |||
| bool | IsValid () |
||
| void | LogErrorStat () |
||
| void | StoreErrorStat
(
SortType NewError, |