B1LicenseTableRow
License table (data definition).
| Property | Type | Description | Metadata |
|---|---|---|---|
| LicenseNameTextId | FString | License name (String Table Key). | Category: B1LicenseTableRow |
| DescriptionTextId | FString | License description (String Table Key). | Category: B1LicenseTableRow |
| IconId | FName | Icon ID (Foreign reference to B1Texture2D). | Category: B1LicenseTableRow Foreign: B1Texture2D.Id |
| AcquireConditions | TArray | Acquisition condition list (Job/Business/Skill, etc.). | Category: B1LicenseTableRow |
| AcquireGuideTextId | FString | Acquisition guide text (String Table Key). | Category: B1LicenseTableRow |
| GradeUpScripts | TArray | Scripts executed when license grade is promoted, per grade. | Category: B1LicenseTableRow |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |