Navigation
API > API/Plugins > API/Plugins/DisplayClusterConfiguration
Custom resolution settings for ICVFX.
| Name | FDisplayClusterConfigurationICVFX_CustomSize |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayClusterConfiguration/Public/DisplayClusterConfigurationTypes_ICVFX.h |
| Include Path | #include "DisplayClusterConfigurationTypes_ICVFX.h" |
Syntax
USTRUCT (Blueprintable)
struct FDisplayClusterConfigurationICVFX_CustomSize
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bAdaptSize | bool | 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. | DisplayClusterConfigurationTypes_ICVFX.h |
|
| bUseCustomSize | bool | Enabling this option will allow these custom settings to be used instead of the default settings. | DisplayClusterConfigurationTypes_ICVFX.h |
|
| CustomHeight | int | Custom Height, in pixels. | DisplayClusterConfigurationTypes_ICVFX.h |
|
| CustomWidth | int | Custom Width, in pixels. | DisplayClusterConfigurationTypes_ICVFX.h |
|