Navigation
API > API/Plugins > API/Plugins/DisplayClusterConfiguration
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UDisplayClusterConfigurationData_Base
- UDisplayClusterConfigurationClusterNode
References
| Module | DisplayClusterConfiguration |
| Header | /Engine/Plugins/Runtime/nDisplay/Source/DisplayClusterConfiguration/Public/DisplayClusterConfigurationTypes.h |
| Include | #include "DisplayClusterConfigurationTypes.h" |
Syntax
UCLASS (Blueprintable)
class UDisplayClusterConfigurationClusterNode : public UDisplayClusterConfigurationData_Base
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bEnableTextureShare | Enables texture sharing for this cluster node | |
| bool | bFixedAspectRatio | Locks the application window aspect ratio for easier resizing | |
| bool | bIsFullscreen | Enables application window native fullscreen support | |
| bool | bIsSoundEnabled | Enables or disables sound on nDisplay primary Node | |
| bool | bIsUnlocked | ||
| bool | bIsVisible | ||
| bool | bRenderHeadless | Activates headless rendering for this cluster node | |
| int32 | GraphicsAdapter | Hint for setting the r.GraphicsAdapter CVar when launching this cluster node. | |
| FString | Host | IP address of this specific cluster Node | |
| FDisplayClusterConfigurationMediaViewport | Media | ||
| FDisplayClusterConfigurationMediaNodeBackbuffer | MediaSettings | Media settings. | |
| FOnPostEditChangeChainProperty | OnPostEditChangeChainProperty | ||
| FDisplayClusterConfigurationFramePostProcess_OutputRemap | OutputRemap | Output remapping settings for the selected cluster node | |
| TMap< FString, FDisplayClusterConfigurationPostprocess > | Postprocess | ||
| FDisplayClusterConfigurationExternalImage | PreviewImage | Binds a background preview image for easier output mapping | |
| TMap< FString, TObjectPtr< UDisplayClusterConfigurationViewport > > | Viewports | ||
| FDisplayClusterConfigurationRectangle | WindowRect | Defines the application window size in pixels |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | GetReferencedMeshNames
(
TArray< FString >& OutMeshNames |
Return all references to meshes from policy, and other. | |
| UDisplayClusterConfigurationViewport * | GetViewport
(
const FString& ViewportId |
||
| void | GetViewportIds
(
TArray< FString >& OutViewportIds |
Overridden from UDisplayClusterConfigurationData_Base
| Type | Name | Description | |
|---|---|---|---|
| void | GetObjectsToExport
(
TArray< UObject* >& OutObjects |
Called before saving to collect objects which should be exported as a sub object block. |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeChainProperty
(
FPropertyChangedChainEvent& PropertyChangedEvent |
This alternate version of PostEditChange is called when properties inside structs are modified. | |
| void | PostLoad () |
Do any object-specific cleanup required immediately after loading an object. | |
| void | UObject. |
Typedefs
| Name | Description |
|---|---|
| FOnPostEditChangeChainProperty |