Navigation
API > API/Plugins > API/Plugins/DisplayClusterConfiguration
References
| Module | DisplayClusterConfiguration |
| Header | /Engine/Plugins/Runtime/nDisplay/Source/DisplayClusterConfiguration/Public/DisplayClusterConfigurationTypes_ICVFX.h |
| Include | #include "DisplayClusterConfigurationTypes_ICVFX.h" |
Syntax
USTRUCT (Blueprintable)
struct FDisplayClusterConfigurationICVFX_CustomSize
Remarks
Custom resolution settings for ICVFX.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAdaptSize | Automatically adapts resolution to be proportional to the filmback aspect ratio for the ICVFX Camera while continuing to render the same total amount of pixels as specified by the size. | |
| bool | bUseCustomSize | Enabling this option will allow these custom settings to be used instead of the default settings. | |
| int | CustomHeight | Custom Height, in pixels. | |
| int | CustomWidth | Custom Width, in pixels. |