UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FScopedDurationTimeCustomLogger< Func > Class Template Reference

#include <ScopedTimers.h>

Public Member Functions

 FScopedDurationTimeCustomLogger (const TCHAR *InTitle, double &InTotalTime, Func InLogFunc)
 
 ~FScopedDurationTimeCustomLogger ()
 

Detailed Description

template<class Func>
class FScopedDurationTimeCustomLogger< Func >

Utility class for logging the duration of a scoped action (the user doesn't have to call Start() and Stop() manually) using a custom output function.

Constructor & Destructor Documentation

◆ FScopedDurationTimeCustomLogger()

template<class Func >
FScopedDurationTimeCustomLogger< Func >::FScopedDurationTimeCustomLogger ( const TCHAR InTitle,
double InTotalTime,
Func  InLogFunc 
)
inlineexplicit

◆ ~FScopedDurationTimeCustomLogger()

template<class Func >
FScopedDurationTimeCustomLogger< Func >::~FScopedDurationTimeCustomLogger ( )
inline

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