UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FScopedDurationTimeLogger Class Reference

#include <ScopedTimers.h>

Public Member Functions

 FScopedDurationTimeLogger (FString InMsg=TEXT("Scoped action"), FOutputDevice *InDevice=GLog)
 
 ~FScopedDurationTimeLogger ()
 

Detailed Description

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

Constructor & Destructor Documentation

◆ FScopedDurationTimeLogger()

FScopedDurationTimeLogger::FScopedDurationTimeLogger ( FString  InMsg = TEXT("Scoped action"),
FOutputDevice InDevice = GLog 
)
inlineexplicit

◆ ~FScopedDurationTimeLogger()

FScopedDurationTimeLogger::~FScopedDurationTimeLogger ( )
inline

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