Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMoviePipeline
Description
Renders the next frame in the Pipeline. This updates/ticks all scene view render states and produces data. This may not result in an output frame due to multiple renders accumulating together to produce an output. frame. Should not be called if we're idling (debug), not initialized yet, or finalizing/exporting.
| Name | RenderFrame |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MoviePipeline.h |
| Include Path | #include "MoviePipeline.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/MoviePipelineRendering.cpp |
void RenderFrame()