Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineRenderPasses
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMoviePipelineSetting
- UMoviePipelineRenderPass
- UMoviePipelineImagePassBase
- UMoviePipelineDeferredPassBase
- UMoviePipelineDeferredPass_PathTracer
References
| Module | MovieRenderPipelineRenderPasses |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineRenderPasses/Public/MoviePipelineDeferredPasses.h |
| Include | #include "MoviePipelineDeferredPasses.h" |
Syntax
UCLASS&40;BlueprintType&41;
class UMoviePipelineDeferredPass_PathTracer : public UMoviePipelineDeferredPassBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bReferenceMotionBlur | When enabled, the path tracer will blend all spatial and temporal samples prior to the denoising and will disable post-processed motion blur. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from UMoviePipelineImagePassBase
| Type | Name | Description | |
|---|---|---|---|
| int32 | |||
| void | GetViewShowFlags
(
FEngineShowFlags& OutShowFlag, |
||
| bool |
Overridden from UMoviePipelineRenderPass
| Type | Name | Description | |
|---|---|---|---|
| void | SetupImpl
(
const MoviePipeline::FMoviePipelineRenderPassInitSettings& InPassInitSettings |
UMoviePipelineRenderPass API. |
Overridden from UMoviePipelineSetting
| Type | Name | Description | |
|---|---|---|---|
| FText | Warning: This gets called on the CDO of the object | ||
| FText | GetFooterText
(
UMoviePipelineExecutorJob* InJob |
Return a string to show in the footer of the details panel. | |
| void | Attempt to validate the configuration the user has chosen for this setting. |