Agrarsense
|
#include <SensorMapDataAsset.h>
Public Member Functions | |
USensorDataAsset * | GetAssetDataBySensorType (ESensorTypes SensorType, bool &MatchFound) |
USensorDataAsset * | GetAssetDataByUniqueIdentifier (const FString &UniqueIdentifier, bool &MatchFound) |
Public Attributes | |
TMap< ESensorTypes, USensorDataAsset * > | Sensors |
Definition at line 20 of file SensorMapDataAsset.h.
|
inline |
Get the sensor data asset by sensor type
SensorType | |
MatchFound | Was the match found |
Definition at line 35 of file SensorMapDataAsset.h.
References Sensors.
Referenced by USensorFactory::SpawnModelClassForSensor().
|
inline |
Get the sensor data asset by unique identifier
UniqueIdentifier | |
MatchFound |
Definition at line 52 of file SensorMapDataAsset.h.
References Sensors, and USensorDataAsset::UniqueIdentifier.
TMap<ESensorTypes, USensorDataAsset*> USensorMapDataAsset::Sensors |
Definition at line 26 of file SensorMapDataAsset.h.