In this scenario, you would need to utilize the “get all actors of class” node and filter with a “for each loop”. Careful, “get all actors of class” can be a resource hog if used incorrectly on event tick.
Also, you can see that casting to “Laser” does not inherit from the bp player class. Is “Laser” a blueprint actor you created?