B1AutonomyOptionTableRow
Table row defining the display/tooltip metadata and applicability of a single autonomy option.
| Property | Type | Description | Metadata |
|---|---|---|---|
| DisplayTextId | FString | Localized display name text id for this option. | Category: B1AutonomyOptionTableRow |
| AgingConditionFlags | int32 | Flags representing aging conditions (Bitmask of EB1GrowthStep). | Category: B1AutonomyOptionTableRow |
| ShowFlag | EB1AutonomyOptionShowFlag | Visibility flag controlling where this option is shown (always/editor-only/hidden). | Category: B1AutonomyOptionTableRow |
| bHasTooltipText | bool | Whether per-scope tooltip texts below are provided for this option. | Category: B1AutonomyOptionTableRow |
| IndividualTooltipTextId | FString | Tooltip text id shown on the Individual scope tab. | Category: B1AutonomyOptionTableRow |
| HouseholdTooltipTextId | FString | Tooltip text id shown on the Household scope tab. | Category: B1AutonomyOptionTableRow |
| GlobalTooltipTextId | FString | Tooltip text id shown on the Global scope tab. | Category: B1AutonomyOptionTableRow |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |