Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FSimpleScopeSecondsCounter
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSimpleScopeSecondsCounter
(
double& InSeconds, |
Ctor, capturing start time. | Stats/StatsMisc.h | |
FSimpleScopeSecondsCounter
(
double& InSeconds, |
Ctor, capturing start time. | Stats/StatsMisc.h |
FSimpleScopeSecondsCounter(double &, bool)
Description
Ctor, capturing start time.
| Name | FSimpleScopeSecondsCounter |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Stats/StatsMisc.h |
| Include Path | #include "Stats/StatsMisc.h" |
FSimpleScopeSecondsCounter
(
double & InSeconds,
bool bInEnabled
)
FSimpleScopeSecondsCounter(double &, int32 *)
Description
Ctor, capturing start time.
| Name | FSimpleScopeSecondsCounter |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Stats/StatsMisc.h |
| Include Path | #include "Stats/StatsMisc.h" |
FSimpleScopeSecondsCounter
(
double & InSeconds,
int32 * InRecursionDepth
)