Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMoviePipeline
Description
Runs the per-tick logic when doing the Export state. This is spread over multiple ticks to allow non-blocking background processes (such as extra encoding).
| Name | TickPostFinalizeExport |
| 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/MoviePipeline.cpp |
void TickPostFinalizeExport
(
const bool bInForceFinish
)
Parameters
| Name | Remarks |
|---|---|
| bInForceFinish | If true, this function will not return until all exports say they have finished. |