UAjaCustomTimeStep::UpdateTimeStep

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

Windows
MacOS
Linux

Override Hierarchy

UEngineCustomTimeStep::UpdateTimeStep()

UAjaCustomTimeStep::UpdateTimeStep()

References

Module

AjaMedia

Header

/Engine/Plugins/Media/AjaMedia/Source/AjaMedia/Public/AjaCustomTimeStep.h

Include

#include "AjaCustomTimeStep.h"

Source

/Engine/Plugins/Media/AjaMedia/Source/AjaMedia/Private/Assets/AjaCustomTimeStep.cpp

Syntax

virtual bool UpdateTimeStep
(
    UEngine * InEngine
)

Remarks

Update FApp::CurrentTime/FApp::DeltaTime and optionnaly 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