IDisplayClusterBlueprintAPI::GetViewportRect

Returns location and size of specified viewport.

Windows
MacOS
Linux

References

Module

DisplayCluster

Header

/Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Blueprints/IDisplayClusterBlueprintAPI.h

Include

#include "Blueprints/IDisplayClusterBlueprintAPI.h"

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable,
          Meta=(DisplayName="Get viewport rectangle", DeprecatedFunction, DeprecationMessage="Use new api"),
          Category="NDisplay|Render")
bool GetViewportRect
(
    const FString & ViewportId,
    FIntPoint & ViewportLoc,
    FIntPoint & ViewportSize
) const

Remarks

Returns location and size of specified 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