UGenlockedFixedRateCustomTimeStep::UpdateTimeStep

Update FApp::CurrentTime/FApp::DeltaTime and optionally wait until the end of the frame.

Windows
MacOS
Linux

Override Hierarchy

UEngineCustomTimeStep::UpdateTimeStep()

UGenlockedFixedRateCustomTimeStep::UpdateTimeStep()

References

Module

TimeManagement

Header

/Engine/Source/Runtime/TimeManagement/Public/GenlockedFixedRateCustomTimeStep.h

Include

#include "GenlockedFixedRateCustomTimeStep.h"

Source

/Engine/Source/Runtime/TimeManagement/Private/GenlockedFixedRateCustomTimeStep.cpp

Syntax

virtual bool UpdateTimeStep
(
    UEngine * InEngine
)

Remarks

Update FApp::CurrentTime/FApp::DeltaTime and optionally wait until the end of the frame.

Returns

true if the Engine's TimeStep should also be performed; false otherwise.

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