SLevelViewport::IsViewportConfigurationSet

Returns whether the named layout is currently selected on the parent tab that this viewport belongs to.

Windows
MacOS
Linux

References

Module

LevelEditor

Header

/Engine/Source/Editor/LevelEditor/Public/SLevelViewport.h

Include

#include "SLevelViewport.h"

Source

/Engine/Source/Editor/LevelEditor/Private/SLevelViewport.cpp

Syntax

bool IsViewportConfigurationSet
(
    FName ConfigurationName
) const

Remarks

Returns whether the named layout is currently selected on the parent tab that this viewport belongs to.

Returns

True, if the named layout is currently active

Parameters

Parameter

Description

ConfigurationName

The name of the layout (for the names in namespace LevelViewportConfigurationNames)

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