unreal.DisplayClusterConfigurationViewport_CustomPostprocessSettings

class unreal.DisplayClusterConfigurationViewport_CustomPostprocessSettings(is_enabled=False, is_one_frame=False, post_process_settings=[], blend_weight=1.0)

Bases: unreal.StructBase

Display Cluster Configuration Viewport Custom Postprocess Settings

C++ Source:

  • Plugin: nDisplay

  • Module: DisplayClusterConfiguration

  • File: DisplayClusterConfigurationTypes_Postprocess.h

Editor Properties: (see get_editor_property/set_editor_property)

  • blend_weight (float): [Read-Write] Blend Weight: Override blend weight

  • is_enabled (bool): [Read-Write] Is Enabled: Enable custom postprocess

  • is_one_frame (bool): [Read-Write] Is One Frame: Apply postprocess for one frame

  • post_process_settings (PostProcessSettings): [Read-Write] Post Process Settings: Custom postprocess settings

property blend_weight

[Read-Write] Blend Weight: Override blend weight

Type

(float)

property is_enabled

[Read-Write] Is Enabled: Enable custom postprocess

Type

(bool)

property is_one_frame

[Read-Write] Is One Frame: Apply postprocess for one frame

Type

(bool)

property post_process_settings

[Read-Write] Post Process Settings: Custom postprocess settings

Type

(PostProcessSettings)