UMoviePipelineCustomTimeStep::UpdateTimeStep

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

Windows
MacOS
Linux

Override Hierarchy

UEngineCustomTimeStep::UpdateTimeStep()

UMoviePipelineCustomTimeStep::UpdateTimeStep()

References

Module

MovieRenderPipelineCore

Header

/Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MoviePipeline.h

Include

#include "MoviePipeline.h"

Source

/Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/MoviePipeline.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