Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Stats
Inheritance Hierarchy
- FSimpleScopeSecondsCounter
- FControlRigSimpleScopeSecondsCounter
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Stats/StatsMisc.h |
Include | #include "Stats/StatsMisc.h" |
Syntax
class FSimpleScopeSecondsCounter
Remarks
Utility class to capture time passed in seconds, adding delta time to passed in variable. Not useful for reentrant functions
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FSimpleScopeSecondsCounter
(
double& InSeconds, |
Ctor, capturing start time. | |
![]() |
FSimpleScopeSecondsCounter
(
double& InSeconds, |
Ctor, capturing start time. |
Destructors
Type | Name | Description | |
---|---|---|---|
![]() |
Dtor, updating seconds with time delta. |