B1MapTableRow
- Structure that defines a map data table row.
* Contains level name, display text IDs, currency, map image, release flags, and DLC association.
| Property | Type | Description | Metadata |
|---|---|---|---|
| LevelName | FName | Internal level name used to identify and load this map. | Category: B1MapTableRow |
| NameTextId | FString | Text ID for the map's display name. | Category: B1MapTableRow |
| DescriptionTextId | FString | Text ID for the map's description. | Category: B1MapTableRow |
| CharacterNameFormat | EB1CharacterNameFormatType | Character name format convention used in this map's region. | Category: B1MapTableRow |
| CurrencyId | FName | ID of the currency used in this map. | Category: B1MapTableRow Foreign: Currency.Id |
| MapImg | TSoftObjectPtr | Soft reference to the map preview image texture. | Category: B1MapTableRow |
| bRelease | bool | Whether this map has been released and is available to players. | Category: B1MapTableRow |
| bBuildWorld | bool | Whether this map has been built and is ready for use. | Category: B1MapTableRow |
| bSkipCheckParkingStation | bool | Whether to skip the parking station check when entering this map. | Category: B1MapTableRow |
| DlcId | FName | ID of the DLC package this map belongs to. | Category: B1MapTableRow |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |