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

#include <SensorPreset.h>

Public Member Functions

 FSensorPreset ()
 

Public Attributes

FString SensorIdentifier
 
FString SensorName
 
ESensorTypes SensorType = ESensorTypes::NONE
 
FVector Location
 
FRotator Rotation
 
FString AttachedToComponent
 
FName AttachedToBone
 

Detailed Description

Data for one sensor's base data in a preset

Definition at line 18 of file SensorPreset.h.

Constructor & Destructor Documentation

◆ FSensorPreset()

FSensorPreset::FSensorPreset ( )
inline

Sensor's model's class

Definition at line 65 of file SensorPreset.h.

66 {
68 Location = FVector::ZeroVector;
69 Rotation = FRotator::ZeroRotator;
70 }
FRotator Rotation
Definition: SensorPreset.h:50
ESensorTypes SensorType
Definition: SensorPreset.h:38
FVector Location
Definition: SensorPreset.h:44

References NONE.

Member Data Documentation

◆ AttachedToBone

FName FSensorPreset::AttachedToBone

Definition at line 56 of file SensorPreset.h.

◆ AttachedToComponent

FString FSensorPreset::AttachedToComponent

Definition at line 53 of file SensorPreset.h.

◆ Location

FVector FSensorPreset::Location

Sensor's relative location to parent actor

Definition at line 44 of file SensorPreset.h.

◆ Rotation

FRotator FSensorPreset::Rotation

Sensor's local/relative rotation

Definition at line 50 of file SensorPreset.h.

◆ SensorIdentifier

FString FSensorPreset::SensorIdentifier

Sensor's unique identifier e.g. a GUID

Definition at line 26 of file SensorPreset.h.

◆ SensorName

FString FSensorPreset::SensorName

Sensor's "descriptive" name which is shown on the UI

Definition at line 32 of file SensorPreset.h.

◆ SensorType

ESensorTypes FSensorPreset::SensorType = ESensorTypes::NONE

Sensor's type

Definition at line 38 of file SensorPreset.h.


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