![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <StatsMisc.h>
Public Member Functions | |
| FSimpleScopeSecondsCounter (double &InSeconds, bool bInEnabled=true) | |
| FSimpleScopeSecondsCounter (double &InSeconds, int32 *InRecursionDepth) | |
| ~FSimpleScopeSecondsCounter () | |
Utility class to capture time passed in seconds, adding delta time to passed in variable. Not useful for reentrant functions
|
inline |
Ctor, capturing start time.
|
inline |
Ctor, capturing start time.
|
inline |
Dtor, updating seconds with time delta.