Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEngineCustomTimeStep
- UMoviePipelineCustomTimeStep
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MoviePipeline.h |
| Include | #include "MoviePipeline.h" |
Syntax
UCLASS&40;&41;
class UMoviePipelineCustomTimeStep : public UEngineCustomTimeStep
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Cache and Restore some of the World Settings settings, as rendering with MRQ in a runtime world needs to restore any changes made to World Settings. | ||
| void | |||
| void | SetCachedFrameTiming
(
const MoviePipeline::FFrameTimeStepCache& InTimeCache |
Overridden from UEngineCustomTimeStep
| Type | Name | Description | |
|---|---|---|---|
| ECustomTimeStepSynchronizationState | The state of the CustomTimeStep. | ||
| bool | Initialize
(
UEngine* InEngine |
This CustomTimeStep became the Engine's CustomTimeStep. | |
| void | This CustomTimeStep stop being the Engine's CustomTimeStep. | ||
| bool | UpdateTimeStep
(
UEngine* InEngine |
Update FApp::CurrentTime/FApp::DeltaTime and optionally wait until the end of the frame. |