IAccessibleWindow::SupportsDisplayState

Check if the window can be minimized or maximized.

Windows
MacOS
Linux

References

Module

ApplicationCore

Header

/Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/Accessibility/GenericAccessibleInterfaces.h

Include

#include "GenericPlatform/Accessibility/GenericAccessibleInterfaces.h"

Syntax

bool SupportsDisplayState
(
    EWindowDisplayState State
) const

Remarks

Check if the window can be minimized or maximized.

Returns

True if the display state can be switched to, otherwise false.

Parameters

Parameter

Description

State

Whether to check for minimize or maximize.

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