📘 Weather Data Guide¶
🧩 Struct: FB1WeatherTableRow¶
Defines weather settings and scripts triggered by weather state transitions.
Properties¶
- WeatherTextId (
FString
): Localized text displayed for this weather. (Foreign = "Text_Widget.Id") - WeatherSteps (
TArray<FB1WeatherDetail>
): List of steps this weather transitions through. - OnStartConditions (
TArray<FB1Condition>
): Conditions checked when weather starts. If these conditions are met, OnStartScripts will be executed. - OnStartScripts (
TArray<FB1Execute>
): Scripts executed when weather begins. - OnEndConditions (
TArray<FB1Condition>
): Conditions checked when weather ends. If these conditions are met, OnEndScripts will be executed. - OnEndScripts (
TArray<FB1Execute>
): Scripts executed when weather ends.