IDisplayClusterRenderDevice::GetViewportRect

Returns location and size of a viewport

Windows
MacOS
Linux

Deprecated

  • This function has been moved to FDisplayClusterViewport. Use GetViewportManager() to access that interface.

References

Module

DisplayCluster

Header

/Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Render/Device/IDisplayClusterRenderDevice.h

Include

#include "Render/Device/IDisplayClusterRenderDevice.h"

Syntax

virtual bool GetViewportRect
(
    const FString & ViewportId,
    FIntRect & OutRect
)

Remarks

Returns location and size of a viewport

Parameters

Parameter

Description

ViewportId

ID of a viewport

OutRect

a rectangle that describes location and size of the viewport

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss