![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ScopedTimers.h>
Inheritance diagram for FScopedDurationTimer:Public Member Functions | |
| FScopedDurationTimer (double &AccumulatorIn) | |
| ~FScopedDurationTimer () | |
Public Member Functions inherited from FDurationTimer | |
| FDurationTimer (double &AccumulatorIn) | |
| double | Start () |
| double | Stop () |
Additional Inherited Members | |
Protected Attributes inherited from FDurationTimer | |
| double | StartTime |
| double & | Accumulator |
Utility class for tracking the duration of a scoped action (the user doesn't have to call Start() and Stop() manually).
|
inlineexplicit |
|
inline |
Dtor, updating seconds with time delta.