Navigation
Unreal Engine C++ API Reference > Runtime > ApplicationCore > GenericPlatform > Accessibility > IAccessibleWindow
References
Module | ApplicationCore |
Header | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/Accessibility/GenericAccessibleInterfaces.h |
Include | #include "GenericPlatform/Accessibility/GenericAccessibleInterfaces.h" |
bool SupportsDisplayState
&40;
EWindowDisplayState State
&41; const
Remarks
Check if the window can be minimized or maximized. True if the display state can be switched to, otherwise false.
Parameters
Name | Description |
---|---|
State | Whether to check for minimize or maximize. |