FMaxErrorStatTracker

Logic for tracking top N error items for later display.

Windows
MacOS
Linux

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

Name Description

Public function

FMaxErrorStatTracker()

Functions

Name Description

Public function

bool

 

CanUseErrorStat

(
    SortType NewError
)

Public function Const

const DataTy...

 

GetMaxErrorItem()

Public function Const

bool

 

IsValid()

Public function

void

 

LogErrorStat()

Public function

void

 

StoreErrorStat

(
    SortType NewError,
    ArgsType&&... Args
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss