Navigation
API > API/Plugins > API/Plugins/DisplayClusterConfiguration
| Name | FDisplayClusterConfigurationICVFX_CameraCustomFrustum |
| 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_CameraCustomFrustum
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bAdaptResolution | bool | Enable adaptive resolution. | DisplayClusterConfigurationTypes_ICVFX.h |
|
| bEnable | bool | Enable Custom Frustum. | DisplayClusterConfigurationTypes_ICVFX.h |
|
| Bottom | float | Pixel/Percent value to alter the frustum to the bottom | DisplayClusterConfigurationTypes_ICVFX.h |
|
| EstimatedOverscanResolution | FIntPoint | Expected ICVFX camera resolution when both 'Adapt Resolution' and 'Enable Inner Frustum Overscan' are enabled. | DisplayClusterConfigurationTypes_ICVFX.h |
|
| FieldOfViewMultiplier | float | Multiply the field of view for the ICVFX camera by this value. | DisplayClusterConfigurationTypes_ICVFX.h |
|
| InnerFrustumResolution | FIntPoint | Real ICVFX camera resolution for current settings. | DisplayClusterConfigurationTypes_ICVFX.h |
|
| Left | float | Pixel/Percent value to alter the frustum to the left side | DisplayClusterConfigurationTypes_ICVFX.h |
|
| Mode | EDisplayClusterConfigurationViewportCustomFrustumMode | Enable/disable inner camera custom frustum and specify units as percent or pixel values. | DisplayClusterConfigurationTypes_ICVFX.h |
|
| OverscanPixelsIncrease | float | This value shows the ratio of "Overscan Estimated Resolution" pixels to "Frustum Internal Resolution" pixels. | DisplayClusterConfigurationTypes_ICVFX.h |
|
| Right | float | Pixel/Percent value to alter the frustum to the right side | DisplayClusterConfigurationTypes_ICVFX.h |
|
| Top | float | Pixel/Percent value to alter the frustum to the top | DisplayClusterConfigurationTypes_ICVFX.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
float GetCameraAdaptResolutionRatio
(
const FDisplayClusterConfigurationICVFX_StageSettings& InStageSettings |
Get camera adapt resolution ratio. | DisplayClusterConfigurationTypes_ICVFX.h | |
float GetCameraFieldOfViewMultiplier
(
const FDisplayClusterConfigurationICVFX_StageSettings& InStageSettings |
Get camera FOV multiplier. | DisplayClusterConfigurationTypes_ICVFX.h | |
void SetupViewInfo
(
const FDisplayClusterConfigurationICVFX_StageSettings& InStageSettings, |
Propagates Custom Frustum related settings to the view info. | DisplayClusterConfigurationTypes_ICVFX.h |