B1ScheduleInfoTableRow
- Table row defining schedule info metadata such as icon, title, and description for UI display.
| Property | Type | Description | Metadata |
|---|---|---|---|
| Icon | TSoftObjectPtr | Icon texture displayed in the schedule UI. | Category: B1ScheduleInfoTableRow |
| TitleText | FString | Text ID for the schedule title shown in UI. | Category: B1ScheduleInfoTableRow StringTableKey: Id |
| DescText | FString | Text ID for the schedule description shown in UI. | Category: B1ScheduleInfoTableRow StringTableKey: Id |
| OverideScheduleImage | TSoftObjectPtr | Optional image override used in the schedule tooltip or display. | Category: B1ScheduleInfoTableRow |
| bIsNeedConvertTitleText | bool | Set in OnPostJsonDataLoad; true if the title text needs site name substitution. | Category: B1ScheduleInfoTableRow |
| bIsNeedConvertDescText | bool | Set in OnPostJsonDataLoad; true if the description text needs site name substitution. | Category: B1ScheduleInfoTableRow |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |