Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineSettings
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMoviePipelineSetting
- UMoviePipelineRenderPass
- UMoviePipelineWidgetRenderer
References
| Module | MovieRenderPipelineSettings |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineSettings/Public/MoviePipelineWidgetRenderSetting.h |
| Include | #include "MoviePipelineWidgetRenderSetting.h" |
Syntax
UCLASS&40;Blueprintable&41;
class UMoviePipelineWidgetRenderer : public UMoviePipelineRenderPass
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bCompositeOntoFinalImage | If true, the widget renderer image will be composited into the Final Image pass. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from UMoviePipelineRenderPass
| Type | Name | Description | |
|---|---|---|---|
| void | GatherOutputPassesImpl
(
TArray< FMoviePipelinePassIdentifier >& ExpectedRenderPasses |
||
| void | RenderSample_GameThreadImpl
(
const FMoviePipelineRenderPassMetrics& InSampleState |
||
| void | SetupImpl
(
const MoviePipeline::FMoviePipelineRenderPassInitSettings& InPassInitSettings |
||
| void | TeardownImpl () |
Overridden from UMoviePipelineSetting
| Type | Name | Description | |
|---|---|---|---|
| FText | Warning: This gets called on the CDO of the object | ||
| 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. |