B1WeatherTriggerTableRow
- Table row that associates a map and trigger type with the scripts to run when a weather trigger condition starts or ends.
| Property | Type | Description | Metadata |
|---|---|---|---|
| MapId | FName | ID of the map where this weather trigger applies. | Category: B1WeatherTriggerTableRow Foreign: Map.Id |
| TriggerType | EB1WeatherTriggerType | Type of weather trigger event. | Category: B1WeatherTriggerTableRow |
| SubId | FName | Sub-identifier used to further specify the trigger condition based on TriggerType. | Category: B1WeatherTriggerTableRow SearchLink: FB1WeatherTriggerTableRow.TriggerType |
| StartScriptIds | TArray | List of weather script IDs executed when this trigger condition starts. | Category: B1WeatherTriggerTableRow Foreign: Script_Weather.Id |
| EndScriptIds | TArray | List of weather script IDs executed when this trigger condition ends. | Category: B1WeatherTriggerTableRow Foreign: Script_Weather.Id |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |