Why isnt my BPI event (Blueprint Interface) firing/triggering? How to pass a Bool?

heres some ways you could filter for a specific actor type:

of course you can check for the actors class as well, but the problem there is that then you create a hard reference to the class, which forces it to be loaded (and you might not desire that).

So using these other methods to identify some actor without knowing about its class is generally better.