Navigation
API > API/Plugins > API/Plugins/DisplayClusterConfiguration
References
| Module | DisplayClusterConfiguration |
| Header | /Engine/Plugins/Runtime/nDisplay/Source/DisplayClusterConfiguration/Public/DisplayClusterConfigurationTypes_PostRender.h |
| Include | #include "DisplayClusterConfigurationTypes_PostRender.h" |
Syntax
USTRUCT&40;Blueprintable&41;
struct FDisplayClusterConfigurationPostRender_Override
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAllowReplace | Disable default render, and resolve SourceTexture to viewport | |
| bool | bShouldUseTextureRegion | Set to True to crop the texture for the inner frustum as specified below. | |
| TObjectPtr< UTexture > | SourceTexture | Texture to use in place of the inner frustum. | |
| FDisplayClusterReplaceTextureCropRectangle | TextureRegion | Texture Crop |