Get Player Controller Index

Quick question, is there an easier way to do this?:

Is there a way to just get the controlled Pawn of all players in the game, including splitscreen players? Or alternatively, how can I check for any player on the Event ActorBeginOverlap?

Thanks

maybe you should look at the node “get all actors of class” what do you want to achieve with that?

Nevermind!

I’ve discovered that I could simply just use the ‘Cast to Player’ to check if a player actor is overlapping.

I found out it’s easier if I just use Cast to Player. Thanks for the help though!