FScopeLogTime

Utility class to log time passed in seconds, adding cumulative stats to passed in variable.

Windows
MacOS
Linux

Inheritance Hierarchy

FConditionalScopeLogTime

FScopeLogTime

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Stats/StatsMisc.h

Include

#include "Stats/StatsMisc.h"

Syntax

struct FScopeLogTime : public FConditionalScopeLogTime

Remarks

Utility class to log time passed in seconds, adding cumulative stats to passed in variable.

Constructors

Name Description

Public function

FScopeLogTime

(
    const WIDECHAR* InName,
    FTotalTimeAndCount* InCumulati...,
    EScopeLogTimeUnits InUnits
)

Public function

FScopeLogTime

(
    const ANSICHAR* InName,
    FTotalTimeAndCount* InCumulati...,
    EScopeLogTimeUnits InUnits
)

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