Navigation
API > API/Runtime > API/Runtime/RenderCore
Timer helper class.
| Name | FRenderTimer |
| Type | class |
| Header File | /Engine/Source/Runtime/RenderCore/Public/RenderTimer.h |
| Include Path | #include "RenderTimer.h" |
Syntax
class FRenderTimer
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRenderTimer() |
RenderTimer.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
float GetCurrentDeltaTime() |
Returns the current delta time. | RenderTimer.h | |
float GetCurrentTime() |
Returns the current time, in seconds. | RenderTimer.h | |
void Tick
(
float DeltaTime |
Updates the timer. | RenderTimer.h |