πCreate New Window

π Description
Creates and spawns a new window with the specified settings
Doesnβt work in editor.
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.
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.
Name
Description
Window ID
The unique identifier handle for the created window. Can be inputted into other nodes to for example hide this window using the Hide Window node for example.
Return Value
A reference to the widget that got created as a result of you determining a Widget Class in the inputs of the node
Last updated