Navigation
API > API/Plugins > API/Plugins/DisplayClusterConfiguration
References
| Module | DisplayClusterConfiguration |
| Header | /Engine/Plugins/Runtime/nDisplay/Source/DisplayClusterConfiguration/Public/DisplayClusterConfigurationTypes_Viewport.h |
| Include | #include "DisplayClusterConfigurationTypes_Viewport.h" |
Syntax
USTRUCT (Blueprintable)
struct FDisplayClusterConfigurationRenderFrame
Remarks
This struct now stored in UDisplayClusterConfigurationData, and replicated with MultiUser.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAllowRenderTargetAtlasing | Performance: Allow merge multiple viewports on single RTT with atlasing (required for bAllowViewFamilyMergeOptimization) [not implemented yet] Experimental | |
| bool | bAllowWarpBlend | Allow warpblend render. | |
| bool | bShouldUseParentViewportRenderFamily | Performance: Allow to use parent ViewFamily from parent viewport (icvfx has child viewports: lightcard and chromakey with prj_view matrices copied from parent viewport. May sense to use same viewfamily?) [not implemented yet] Experimental | |
| float | ClusterBufferRatioMult | Multiplies all screen percentages within nDisplay by this value. | |
| float | ClusterICVFXInnerFrustumBufferRatioMult | Multiplies the screen percentage for all ICVFX Inner Frustum viewports by this value. | |
| float | ClusterICVFXInnerViewportRenderTargetRatioMult | Multiplies the RTT size of the ICVFX Inner Frustum viewports by this value. | |
| float | ClusterICVFXOuterViewportBufferRatioMult | Multiplies the screen percentage for viewports by this value. | |
| float | ClusterICVFXOuterViewportRenderTargetRatioMult | Multiplies the RTT size of the viewports by this value. | |
| float | ClusterRenderTargetRatioMult | Multiplies the RTT size of all viewports within nDisplay by this value. | |
| EDisplayClusterConfigurationRenderFamilyMode | ViewFamilyMode | Performance: Allow viewfamily merge optimization (render multiple viewports contexts within single family) [not implemented yet] Experimental |