Navigation
API > API/Plugins > API/Plugins/DisplayClusterMoviePipeline
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMoviePipelineSetting
- UMoviePipelineRenderPass
- UMoviePipelineImagePassBase
- UMoviePipelineDeferredPassBase
- UDisplayClusterMoviePipelineViewportPassBase
- UDisplayClusterMoviePipelineViewportPass_PathTracer
References
| Module | DisplayClusterMoviePipeline |
| Header | /Engine/Plugins/Runtime/nDisplay/Source/DisplayClusterMoviePipeline/Public/DisplayClusterMoviePipelineViewportPass.h |
| Include | #include "DisplayClusterMoviePipelineViewportPass.h" |
Syntax
UCLASS&40;BlueprintType&41;
class UDisplayClusterMoviePipelineViewportPass_PathTracer : public UDisplayClusterMoviePipelineViewportPassBase
Remarks
NDisplay viewport render pass (PathTracer)
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 |
UMoviePipelineDeferredPassBase. |
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. |