I have an Actor in my Level, and it has the following components: DefaultSceneRoot and LidarPointCloud1.
When I open it’s blueprint, I expect to see LidarPointCloud under My Blueprint > Variables > Components. However, the LidarPointCloud component object reference is not here:
In my blueprint, I’m trying to reference this component. I already tried adding a new variable of type Lidar Point Cloud Component which I named NewVar, and I just keep getting this error: Accessed None trying to read property NewVar. Here it is:
How do I go about this error? Thank you so much in advance.