How to get a reference to a point light?

How to get a reference to a point light?
I am trying something very simple. I have a FPS Player BP in the scene and I have a PointLight in the scene. Now in the FPS Player BP I have made this node:

I have assigned the PointLight in the Editor also:

Now this is the error I get when I press “O”:

I think this should be something very simple I am missing…

You put a player in the world, but did you set it to possess?

image

Otherwise, you’re using the default player coming from the game mode…

1 Like

thank you man. I am following an UE course and wanted to try some stuff on my own. But I did not yet get to the Posses section in my course.

1 Like