FLevelViewportLayout::OnGetNonMaximizedVisibility

Delegate called to get the visibility of the non-maximized viewports The non-maximized viewports are not visible if there is a maximized viewport on top of them

Windows
MacOS
Linux

References

Module

LevelEditor

Header

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

Include

#include "LevelViewportLayout.h"

Source

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

Syntax

EVisibility OnGetNonMaximizedVisibility() const

Remarks

Delegate called to get the visibility of the non-maximized viewports The non-maximized viewports are not visible if there is a maximized viewport on top of them

Parameters

Parameter

Description

EVisibility::Visible

when visible, EVisibility::Collapsed otherwise

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