B1CheckBoxTreeVMParam
- View model parameter struct for the entire checkbox tree, containing the
* select-all flag and a flattened array of all tree entries.
| Property | Type | Description | Metadata |
|---|---|---|---|
| bHasSelectAll | bool | Whether a select-all option is present at the top of the tree. | Category: B1CheckBoxTreeVMParam |
| Entries | TArray | Flattened list of all checkbox tree entries for the view model. | Category: B1CheckBoxTreeVMParam |