B1UIOpenGroup
- Groups related widgets for mutual open/close management; only one widget in a group is allowed open at a time.
| Property | Type | Description | Metadata |
|---|---|---|---|
| GroupName | FName | Name identifying this group; widgets in the same group close each other when one opens. | Category: B1UIOpenGroup |
| CloseWidgetListWhenOpen | TArray | List of widget types that will be closed when this widget opens. | Category: B1UIOpenGroup |
| OpenWidgetListWhenClose | TArray | List of widget types that will be opened when this widget closes. | Category: B1UIOpenGroup |
| CloseWidgetListWhenClose | TArray | List of widget types that will also be closed when this widget closes. | Category: B1UIOpenGroup |