πŸ”·Window Bool Value Settings

Full Name: FKB_MWE_WindowBoolValueSetting

πŸ“„ Description

General boolean configuration flags for window behavior

Name
Description

Draggable Anywhere

If true, dragging with the left mouse button anywhere on the window content will move the window

Always Stay On Top

If true, forces the window to render above other windows

Close Button Enabled

Shows/Enables the OS native close button

Maximize Button Enabled

Shows/Enables the OS native maximize button

Minimize Button Enabled

Shows/Enables the OS native minimize button

Use OS Window Border

If true, uses the standard operating system window frame

Initially Hidden

If true, the window is created but is immediately invisible (backgrounded)

Maintain Main Window Focus

If true, the Main Game Window immediately reclaims focus after the new window is created. This prevents the new window from stealing input focus upon spawn.

(Note: Only works in Standalone/Packaged builds, not PIE).

Quit Game If This Window Closes

If true, closing this specific window will terminate the entire application

Last updated