FApp::SetIdleTimeOvershoot

Sets idle time overshoot in seconds (the time beyond the wait time we requested for the frame).

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/App.h

Include

#include "Misc/App.h"

Syntax

static void SetIdleTimeOvershoot
(
    double Seconds
)

Remarks

Sets idle time overshoot in seconds (the time beyond the wait time we requested for the frame). Only valid when IdleTime is > 0.

Parameters

Parameter

Description

seconds

Idle time in seconds.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss