Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Game Viewport Widget Slot' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Game Viewport Widget Slot |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Anchors | |
| struct | Offsets | |
| vector2d struct | Alignment | |
| integer | ZOrder | The higher the number, the more on top this widget will be. |
| boolean | Auto Remove On World Removed | Remove the widget when the Widget's World is removed.@note The Widget is added to the GameViewportClient of the Widget's World. The GameViewportClient can migrate from World to World. The widget can stay visible if the owner of the widget also migrate. |