RapyutaSimulationPlugins
Public Member Functions | Public Attributes | List of all members
FRRSensorProperty Struct Reference

#include <RREntityStructs.h>

Collaboration diagram for FRRSensorProperty:
Collaboration graph
[legend]

Public Member Functions

void PrintSelf () const
 

Public Attributes

FString LinkName
 
FString SensorName
 
ERRSensorType SensorType = ERRSensorType::NONE
 
FRRSensorLidarInfo LidarInfo
 TODO: To avoid extra memory cost, this should be actually a TUniquePtr, which is only instantiated upon SensorType as LIDAR. More...
 

Detailed Description

USTRUCT(BlueprintType)

Member Function Documentation

◆ PrintSelf()

void FRRSensorProperty::PrintSelf ( ) const
inline

Member Data Documentation

◆ LidarInfo

FRRSensorLidarInfo FRRSensorProperty::LidarInfo

TODO: To avoid extra memory cost, this should be actually a TUniquePtr, which is only instantiated upon SensorType as LIDAR.

However, it will become not visible/editable in Blueprint like BP data table

UPROPERTY(EditAnywhere)

◆ LinkName

FString FRRSensorProperty::LinkName

◆ SensorName

FString FRRSensorProperty::SensorName

◆ SensorType

ERRSensorType FRRSensorProperty::SensorType = ERRSensorType::NONE

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