Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
Inheritance Hierarchy
- UObject
- UMoviePipelineSetting
- UMoviePipelineRenderPass
- UMoviePipelineBurnInSetting
- UMoviePipelineImagePassBase
- UMoviePipelineDeferredPassBase
- UDisplayClusterMoviePipelineViewportPassBase
- UDisplayClusterMoviePipelineViewportPass_DetailLighting
- UDisplayClusterMoviePipelineViewportPass_LightingOnly
- UDisplayClusterMoviePipelineViewportPass_PathTracer
- UDisplayClusterMoviePipelineViewportPass_ReflectionsOnly
- UDisplayClusterMoviePipelineViewportPass_Unlit
- UMoviePipelineDeferredPass_DetailLighting
- UMoviePipelineDeferredPass_LightingOnly
- UMoviePipelineDeferredPass_PathTracer
- UMoviePipelineDeferredPass_ReflectionsOnly
- UMoviePipelineDeferredPass_Unlit
- UMoviePipelineWidgetRenderer
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MoviePipelineRenderPass.h |
| Include | #include "MoviePipelineRenderPass.h" |
Syntax
UCLASS (Blueprintable, Abstract)
class UMoviePipelineRenderPass : public UMoviePipelineSetting
Remarks
Copyright Epic Games, Inc. All Rights Reserved.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | GatherOutputPasses
(
TArray< FMoviePipelinePassIdentifier >& ExpectedRenderPasses |
An array of identifiers for the output buffers expected as a result of this render pass. | |
| void | GatherOutputPassesImpl
(
TArray< FMoviePipelinePassIdentifier >& ExpectedRenderPasses |
||
| bool | |||
| bool | |||
| void | RenderSample_GameThread
(
const FMoviePipelineRenderPassMetrics& InSampleState |
This will called for each requested sample. | |
| void | RenderSample_GameThreadImpl
(
const FMoviePipelineRenderPassMetrics& InSampleState |
||
| void | Setup
(
const MoviePipeline::FMoviePipelineRenderPassInitSettings& InPassInitSettings |
||
| void | SetupImpl
(
const MoviePipeline::FMoviePipelineRenderPassInitSettings& InPassInitSettings |
||
| void | Teardown () |
||
| void | TeardownImpl () |
||
| void |
Overridden from UMoviePipelineSetting
| Type | Name | Description | |
|---|---|---|---|
| FText | Warning: This gets called on the CDO of the object | ||
| bool | Can this configuration setting be added to the primary configuration? If not, it will throw an error when trying to add it to the primary configuration. | ||
| bool | Can this configuration setting be added to shots? If not, it will throw an error when trying to add it to a shot config. | ||
| void | Attempt to validate the configuration the user has chosen for this setting. |