Navigation
API > API/Plugins > API/Plugins/DisplayCluster > API/Plugins/DisplayCluster/Blueprints
References
| Module | DisplayCluster |
| Header | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Blueprints/DisplayClusterBlueprintContainers.h |
| Include | #include "Blueprints/DisplayClusterBlueprintContainers.h" |
Syntax
USTRUCT&40;&41;
struct FDisplayClusterViewportContext
Remarks
Copyright Epic Games, Inc. All Rights Reserved.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsRendering | Rendering status for this viewport (Overlay and other configuration rules can disable rendering for this viewport.) | |
| FMatrix | ProjectionMatrix | Camera projection Matrix. | |
| FIntPoint | RectLocation | Location on a backbuffer. | |
| FIntPoint | RectSize | Size on a backbuffer. | |
| FVector | ViewLocation | Camera view location. | |
| FString | ViewportID | Viewport Name. | |
| FRotator | ViewRotation | Camera view rotation. |