Navigation
API > API/Plugins > API/Plugins/MLAdapter > API/Plugins/MLAdapter/FMLAdapterLibrarian
References
| Module | MLAdapter |
| Header | /Engine/Plugins/AI/MLAdapter/Source/MLAdapter/Public/MLAdapterLibrarian.h |
| Include | #include "MLAdapterLibrarian.h" |
| Source | /Engine/Plugins/AI/MLAdapter/Source/MLAdapter/Private/MLAdapterLibrarian.cpp |
bool GetSensorDescription
(
const FName SensorName,
FString & OutDescription
) const
Remarks
Gets the description for the given sensor name. True if the description was found. Otherwise false.
Parameters
| Name | Description |
|---|---|
| SensorName | The name of the sensor whose description we would like to get. |
| OutDescription | The description will be returned here if found. |