πŸ“šCreate New Window

πŸ“„ Description

Creates/Spawns a new window.

Doesn’t work in editor.

If you run this on Begin Play the window doesn’t appear on top. You can add a little delay to prevent this.

Name
Description

Widget Class

The class of the widget that should be displayed on the window. If you want to render a scene, make sure to check out the tutorial here.

Window Settings

The settings for creating the window. You can either make a struct or split the struct. Make sure to check out the meaning of each struct setting in the documentation for the Window Settings struct.

Last updated