B1GameOptionTableRow
- Table row defining a single game option, including its type, UI presentation,
* default value, allowed platforms, and available selection items.
| Property | Type | Description | Metadata |
|---|---|---|---|
| Type | EB1GameOption | Enum type identifying which game option this row represents. | Category: B1GameOptionTableRow |
| DisplayName | FString | Localized display name shown in the settings UI for this option. | Category: B1GameOptionTableRow |
| DefaultFormat | FString | Default format string for this option's value. | Category: B1GameOptionTableRow |
| UIType | EB1GameOptionUIType | UI widget type used to present this option (arrow, slider, button, etc.). | Category: B1GameOptionTableRow |
| bIsSubOption | bool | Whether this option is a sub-option nested under another option. | Category: B1GameOptionTableRow |
| MinSliderValue | float | Minimum value for slider-type options. | Category: B1GameOptionTableRow |
| MaxSliderValue | float | Maximum value for slider-type options. | Category: B1GameOptionTableRow |
| SliderUnit | FString | Unit label StringTableKey for the Slider type. (SliderPercentage type is fixed to %.) | Category: B1GameOptionTableRow |
| SliderFractionDigits | int32 | Number of fractional digits to display for the slider value. 0 = integer. | Category: B1GameOptionTableRow |
| bNeedCountdown | bool | Whether a confirmation countdown is required before this option is applied. | Category: B1GameOptionTableRow |
| DefaultValue | FName | Default value applied when no user setting exists. | Category: B1GameOptionTableRow |
| Selections | TArray | Available selection items for list-type options. | Category: B1GameOptionTableRow |
| IsOnValueChangedApply | bool | Whether this option is applied immediately when its value changes. | Category: B1GameOptionTableRow |
| bShouldRestart | bool | Whether changing this option requires restarting the application. | Category: B1GameOptionTableRow |
| AllowPlatforms | EB1GameOptionAllowPlatforms | Platforms on which this option is available. | Category: B1GameOptionTableRow |
| TooltipTextId | FString | Localized tooltip text identifier for this option. | Category: B1GameOptionTableRow |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |
Back to Type FinderSearch and filter all 2203 StructGuide documents
See alsoGame
- GameObjectSound Data Guide
- FB1GameActionInfo
- FB1GameActionInfoArray
- FB1GameConfigBasicSetting
- FB1GameConfigDateTime
- FB1GameConfigTime
- FB1GameConfigWidgetCustomization
- FB1GameObjectAnimTableRow
- FB1GameObjectChangeMaterialParam
- FB1GameObjectChangeMeshParam
- FB1GameObjectDataCache
- FB1GameObjectDataCache_ObjectGrouping