Agrarsense
|
#include <SensorModel.h>
Public Member Functions | |
void | InitAfterSpawn () |
ASensor * | GetAttachedToSensor () const |
void | SetAttachedToSensor (ASensor *NewAttachedToSensor) |
Private Attributes | |
TObjectPtr< ASensor > | AttachedToSensor |
Base class for all sensor models.
Definition at line 20 of file SensorModel.h.
|
inline |
void ASensorModel::InitAfterSpawn | ( | ) |
Should be called after spawning and itial setup is complete
Referenced by USensorFactory::SpawnModelClass().
|
inline |
Set the sensor which this is attached to
Definition at line 38 of file SensorModel.h.
Referenced by USensorFactory::SpawnModelClass().
|
private |
Sensor in which this is attached to
Definition at line 47 of file SensorModel.h.