Navigation
API > API/Runtime > API/Runtime/RenderCore
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/RenderTimer.h |
| Include | #include "RenderTimer.h" |
Syntax
class FRenderTimer
Remarks
Timer helper class.
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | CurrentDeltaTime | Current delta time (number of seconds that passed between the last two tick). | |
| float | CurrentTime | Current time, in seconds. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRenderTimer () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| float | Returns the current delta time. | ||
| float | Returns the current time, in seconds. | ||
| void | Tick
(
float DeltaTime |
Updates the timer. |