Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'UIFramework Canvas Box Slot' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | UIFramework Canvas Box Slot |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Anchors | Anchors. |
| struct | Offsets | Offset. |
| vector2d struct | Alignment | Alignment is the pivot point of the widget. Starting in the upper left at (0,0),ending in the lower right at (1,1). Moving the alignment point allows you to movethe origin of the widget. |
| integer | ZOrder | The order priority this widget is rendered inside the layer. Higher values are rendered last (and so they will appear to be on top). |
| boolean | Size To Content | When true we use the widget's desired size |
| object | Widget |