|
Agrarsense
|
#include <WeatherPreset.h>

Public Member Functions | |
| FWeatherPreset () | |
Public Attributes | |
| FString | PresetIdentifier |
| FString | PresetName |
| FWeatherParameters | WeatherParameters |
| FDateTime | CreatedAt |
Data struct to hold one weather preset's data
Definition at line 18 of file WeatherPreset.h.
|
inline |
Definition at line 38 of file WeatherPreset.h.
| FDateTime FWeatherPreset::CreatedAt |
When was created
Definition at line 36 of file WeatherPreset.h.
| FString FWeatherPreset::PresetIdentifier |
Unique identifier
Definition at line 24 of file WeatherPreset.h.
| FString FWeatherPreset::PresetName |
User-friendly name
Definition at line 28 of file WeatherPreset.h.
| FWeatherParameters FWeatherPreset::WeatherParameters |
Weather parameters
Definition at line 32 of file WeatherPreset.h.