B1L10NTableRow
- Structure that defines a localization (L10N) table row.
* Maps a locale to its Unreal and Steam culture name strings and associated diversity cultures.
| Property | Type | Description | Metadata |
|---|---|---|---|
| CultureNameUnreal | FString | The culture name string used by Unreal Engine's localization system. | Category: B1L10NTableRow |
| CultureNameSteam | FString | The culture name string used by the Steam platform. | Category: B1L10NTableRow |
| DiversityCultureList | TArray | List of diversity culture values associated with this locale. | Category: B1L10NTableRow |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |