Hello my masters! I was searching in the documentation, but I’m not sure how can I do.
I have an Enemy. When this enemy is near the Player, he follow him. To do that, I do a “Cast To”, but only can cast a player, and obiously , only follow the player 1.
How can I cast all the players in game? ( In this case, 2 local players)
I think I can get an arrow from “Cast Failed” and do another “Cast To” but this time changing the number of “Get Player Pawn”. But do this every time I need to do a “Cast To” it’s crazy, or not?