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

#include <VehicleSensorsPresetIndex.h>

Public Member Functions

 FVehicleSensorsPresetIndex ()
 

Public Attributes

FString PresetIdentifier
 
FString PresetName
 
EVehicleTypes VehicleType = EVehicleTypes::NONE
 
FDateTime CreatedAt
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ FVehicleSensorsPresetIndex()

FVehicleSensorsPresetIndex::FVehicleSensorsPresetIndex ( )
inline

Definition at line 45 of file VehicleSensorsPresetIndex.h.

References NONE.

Member Data Documentation

◆ CreatedAt

FDateTime FVehicleSensorsPresetIndex::CreatedAt

When was this preset first created

Definition at line 43 of file VehicleSensorsPresetIndex.h.

◆ PresetIdentifier

FString FVehicleSensorsPresetIndex::PresetIdentifier

Unique identifier for preset

Definition at line 25 of file VehicleSensorsPresetIndex.h.

◆ PresetName

FString FVehicleSensorsPresetIndex::PresetName

Preset's user friendly name

Definition at line 31 of file VehicleSensorsPresetIndex.h.

◆ VehicleType

EVehicleTypes FVehicleSensorsPresetIndex::VehicleType = EVehicleTypes::NONE

For which vehicle type this preset is for

Definition at line 37 of file VehicleSensorsPresetIndex.h.


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