I need to check which actors are currently illuminated by my character’s flashlight (SpotLight), is there any way to do this?
I found a solution myself. I added a cone mesh component (with ‘Hidden in game’ checked) to my character that overlaps with the light emitted by the flashlight and I’m checking for collisions between that mesh and other objects.