B1WeatherTableRow
- Table row defining a weather type including its category, visual steps, shipwreck configs, and associated scripts.
| Property | Type | Description | Metadata |
|---|---|---|---|
| WeatherTextId | FString | Text ID used to display the weather name in the UI. | Category: B1WeatherTableRow Foreign: Text_Widget.Id |
| WeatherCategory | EB1WeatherCategory | Category of this weather entry, such as normal or disaster. | Category: B1WeatherTableRow |
| Shipwrecks | TArray | List of shipwreck configurations that can be triggered by this weather. | Category: B1WeatherTableRow |
| WeatherSteps | TArray | Ordered list of visual and temperature detail settings for each intensity step. | Category: B1WeatherTableRow |
| OnStartScriptIds | TArray | List of weather script IDs executed when this weather begins. | Category: B1WeatherTableRow Foreign: Script_Weather.Id |
| OnEndScriptIds | TArray | List of weather script IDs executed when this weather ends. | Category: B1WeatherTableRow Foreign: Script_Weather.Id |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |