| 
    Agrarsense
    
   | 
 
#include <VehicleSensorsPresetIndex.h>
Public Member Functions | |
| FVehicleSensorsPresetIndex () | |
Public Attributes | |
| FString | PresetIdentifier | 
| FString | PresetName | 
| EVehicleTypes | VehicleType = EVehicleTypes::NONE | 
| FDateTime | CreatedAt | 
Data for index data for one vehicle sensors preset. Basically has the basic info like id, name etc. to show these on a list and to load the actual preset using this data
Definition at line 17 of file VehicleSensorsPresetIndex.h.
      
  | 
  inline | 
Definition at line 45 of file VehicleSensorsPresetIndex.h.
References NONE.
| FDateTime FVehicleSensorsPresetIndex::CreatedAt | 
When was this preset first created
Definition at line 43 of file VehicleSensorsPresetIndex.h.
| FString FVehicleSensorsPresetIndex::PresetIdentifier | 
Unique identifier for preset
Definition at line 25 of file VehicleSensorsPresetIndex.h.
| FString FVehicleSensorsPresetIndex::PresetName | 
Preset's user friendly name
Definition at line 31 of file VehicleSensorsPresetIndex.h.
| EVehicleTypes FVehicleSensorsPresetIndex::VehicleType = EVehicleTypes::NONE | 
For which vehicle type this preset is for
Definition at line 37 of file VehicleSensorsPresetIndex.h.