unreal.DisplayClusterConfigurationViewport_CustomPostprocessSettings
¶
- class unreal.DisplayClusterConfigurationViewport_CustomPostprocessSettings(is_enabled: bool = False, is_one_frame: bool = False, post_process_settings: PostProcessSettings = [], blend_weight: float = 0.0)¶
Bases:
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] Override blend weightis_enabled
(bool): [Read-Write] Enable custom postprocessis_one_frame
(bool): [Read-Write] Apply postprocess for one framepost_process_settings
(PostProcessSettings): [Read-Write] Custom postprocess settings
- property post_process_settings: PostProcessSettings¶
[Read-Write] Custom postprocess settings
- Type: