Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FApp
Description
Sets idle time overshoot in seconds (the time beyond the wait time we requested for the frame). Only valid when IdleTime is > 0.
| Name | SetIdleTimeOvershoot |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/App.h |
| Include Path | #include "Misc/App.h" |
static void SetIdleTimeOvershoot
(
double Seconds
)
Parameters
| Name | Remarks |
|---|---|
| seconds | Idle time in seconds. |