Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMoviePipelineBase
- UMovieGraphPipeline
- UMoviePipeline
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MoviePipelineBase.h |
| Include | #include "MoviePipelineBase.h" |
Syntax
UCLASS&40;BlueprintType, Abstract&41;
class UMoviePipelineBase : public UObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| FMoviePipelineWorkFinishedNative | OnMoviePipelineShotWorkFinishedDelegateNative | Called when each shot has finished work if IsFlushDiskWritesPerShot() is set. | |
| FMoviePipelineWorkFinishedNative | OnMoviePipelineWorkFinishedDelegateNative | Called when we have completely finished. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| EMovieRenderPipelineState | |||
| EMovieRenderPipelineState | |||
| bool | Has RequestShutdown() been called? | ||
| bool | |||
| FMoviePipelineWorkFinishedNative & | Only called if `IsFlushDiskWritesPerShot()_ is set! Called after each shot is finished and files have been flushed to disk. | ||
| FMoviePipelineWorkFinishedNative & | |||
| FMoviePipelineWorkFinishedNative & | Called when we have completely finished this pipeline. | ||
| FMoviePipelineWorkFinishedNative & | |||
| void | RequestShutdown
(
bool bIsError |
Request the movie pipeline to shut down at the next available time. | |
| void | RequestShutdownImpl
(
bool bIsError |
||
| void | Shutdown
(
bool bIsError |
Abandons any future work on this Movie Pipeline and runs through the shutdown flow to ensure already completed work is written to disk. | |
| void | ShutdownImpl
(
bool bIsError |