Agrarsense
Public Member Functions | Public Attributes | List of all members
FWeatherPreset Struct Reference

#include <WeatherPreset.h>

Collaboration diagram for FWeatherPreset:
Collaboration graph
[legend]

Public Member Functions

 FWeatherPreset ()
 

Public Attributes

FString PresetIdentifier
 
FString PresetName
 
FWeatherParameters WeatherParameters
 
FDateTime CreatedAt
 

Detailed Description

Data struct to hold one weather preset's data

Definition at line 18 of file WeatherPreset.h.

Constructor & Destructor Documentation

◆ FWeatherPreset()

FWeatherPreset::FWeatherPreset ( )
inline

Definition at line 38 of file WeatherPreset.h.

39 {
40 CreatedAt = FDateTime::Now();
41 }
FDateTime CreatedAt
Definition: WeatherPreset.h:36

Member Data Documentation

◆ CreatedAt

FDateTime FWeatherPreset::CreatedAt

When was created

Definition at line 36 of file WeatherPreset.h.

◆ PresetIdentifier

FString FWeatherPreset::PresetIdentifier

Unique identifier

Definition at line 24 of file WeatherPreset.h.

◆ PresetName

FString FWeatherPreset::PresetName

User-friendly name

Definition at line 28 of file WeatherPreset.h.

◆ WeatherParameters

FWeatherParameters FWeatherPreset::WeatherParameters

Weather parameters

Definition at line 32 of file WeatherPreset.h.


The documentation for this struct was generated from the following file: