B1UILayerTableRow
- Table row defining a UI layer's Z-order, mouse input state, and layers to hide when active.
| Property | Type | Description | Metadata |
|---|---|---|---|
| ZOrder | int32 | Z-order value determining the rendering order of this UI layer. | Category: B1UILayerTableRow |
| bMouseEnabled | bool | Whether mouse input is enabled for widgets on this layer. | Category: B1UILayerTableRow |
| HideLayers | TArray | List of layer IDs that will be hidden when this layer becomes visible. | Category: B1UILayerTableRow Foreign: UILayer.Id |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |