Navigation
API > API/Plugins > API/Plugins/DisplayClusterConfiguration
References
| Module | DisplayClusterConfiguration |
| Header | /Engine/Plugins/Runtime/nDisplay/Source/DisplayClusterConfiguration/Public/DisplayClusterConfigurationTypes_Postprocess.h |
| Include | #include "DisplayClusterConfigurationTypes_Postprocess.h" |
Syntax
USTRUCT (Blueprintable)
struct FDisplayClusterConfigurationViewport_CustomPostprocessSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsEnabled | Enable custom postprocess. | |
| bool | bIsOneFrame | Apply postprocess for one frame. | |
| float | BlendWeight | Override blend weight. | |
| FPostProcessSettings | PostProcessSettings | Custom postprocess settings. |