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 ()
struct FDisplayClusterViewportStereoContext
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsRendering | Rendering status for this viewport (Overlay and other configuration rules can disable rendering for this viewport.) | |
| TArray< FMatrix > | ProjectionMatrix | Camera projection Matrix. | |
| FIntPoint | RectLocation | Location on a backbuffer. | |
| FIntPoint | RectSize | Size on a backbuffer. | |
| TArray< FVector > | ViewLocation | Camera view location. | |
| FString | ViewportID | Viewport Name. | |
| TArray< FRotator > | ViewRotation | Camera view rotation. |