UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FMaxErrorStatTracker< DataType, SortType, MaxItems > Struct Template Reference

#include <AnimCompress.h>

Public Member Functions

 FMaxErrorStatTracker ()
 
bool CanUseErrorStat (SortType NewError)
 
template<typename... ArgsType>
void StoreErrorStat (SortType NewError, ArgsType &&... Args)
 
void LogErrorStat ()
 
const DataType & GetMaxErrorItem () const
 
bool IsValid () const
 

Constructor & Destructor Documentation

◆ FMaxErrorStatTracker()

template<typename DataType , typename SortType , int MaxItems>
FMaxErrorStatTracker< DataType, SortType, MaxItems >::FMaxErrorStatTracker ( )
inline

Member Function Documentation

◆ CanUseErrorStat()

template<typename DataType , typename SortType , int MaxItems>
bool FMaxErrorStatTracker< DataType, SortType, MaxItems >::CanUseErrorStat ( SortType  NewError)
inline

◆ GetMaxErrorItem()

template<typename DataType , typename SortType , int MaxItems>
const DataType & FMaxErrorStatTracker< DataType, SortType, MaxItems >::GetMaxErrorItem ( ) const
inline

◆ IsValid()

template<typename DataType , typename SortType , int MaxItems>
bool FMaxErrorStatTracker< DataType, SortType, MaxItems >::IsValid ( ) const
inline

◆ LogErrorStat()

template<typename DataType , typename SortType , int MaxItems>
void FMaxErrorStatTracker< DataType, SortType, MaxItems >::LogErrorStat ( )
inline

◆ StoreErrorStat()

template<typename DataType , typename SortType , int MaxItems>
template<typename... ArgsType>
void FMaxErrorStatTracker< DataType, SortType, MaxItems >::StoreErrorStat ( SortType  NewError,
ArgsType &&...  Args 
)
inline

The documentation for this struct was generated from the following file: