Navigation
API > API/Plugins > API/Plugins/DisplayClusterConfiguration
Default resolution settings for ICVFX.
| Name | FDisplayClusterConfigurationICVFX_Size |
| 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_Size
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bAdaptSize | bool | Automatically adapts the default frame 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 |
|
| Height | int | The default height of In-Cameras, in pixels. | DisplayClusterConfigurationTypes_ICVFX.h |
|
| Width | int | The default width of In-Cameras, in pixels. | DisplayClusterConfigurationTypes_ICVFX.h |
|