Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that create a 'Slate IMWindow Params' from its members
Inputs
| Type | Name | Description |
|---|---|---|
| string | Window Title | The name of the window. This will also be displayed in the windows title bar |
| struct | Window Size | The size to open the window at (does not update the size of an existing window) |
| boolean | Should Reopen | If this window was created with a previous call to BeginWindow and then closed, passing in true will reopen the window and false will leave it closed. If the window has never been seen this parameter does nothing and the window will open |
| boolean | Always On Top | Window will be create always on top. |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Slate IMWindow Params |