Skip to content

📘 CitySeasonWeather Data Guide

🧩 Struct: FB1CitySeasonWeatherTableRow

Defines seasonal weather configuration per city, including initial temperature and season progression.

Properties

  • Id (FName): Unique identifier for this city's seasonal weather config.
  • StartFirstTemperature (int32): Starting temperature value when simulation begins.
  • Seasons (TArray<FB1SeasonConfig>): List of seasonal configurations including duration and temperature curves.

📚 References