UVPTimecodeCustomTimeStep::UpdateTimeStep

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

Windows
MacOS
Linux

Override Hierarchy

UEngineCustomTimeStep::UpdateTimeStep()

UVPTimecodeCustomTimeStep::UpdateTimeStep()

References

Module

VPUtilities

Header

/Engine/Plugins/Experimental/VirtualProductionUtilities/Source/VPUtilities/Public/VPTimecodeCustomTimeStep.h

Include

#include "VPTimecodeCustomTimeStep.h"

Source

/Engine/Plugins/Experimental/VirtualProductionUtilities/Source/VPUtilities/Private/VPTimecodeCustomTimeStep.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