How to reference an actor's component in blueprint

I have an Actor in my Level, and it has the following components: DefaultSceneRoot and LidarPointCloud1.

image

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:

image

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.

What’s in the components list? ( Usually top left in the blueprint ).

I’m not sure where to look so I’ll send my whole screen:


Let me know if it’s enough

You’ve twiddled with the windows… :wink:

This one

Oops! Didn’t know how that went missing…

Here it is:

image

Thank you! I managed to find out what to do from there! I added a component using the Add (+) button. Thank you very much!

1 Like