where should i store things such game timer ? game score? and number of players ?
thanks man i knew it was one of them just didnt know which because to be honest didnt really know the difference in between the two
any idea how to get the player controller count
In GameState or GameMode, number of players don’t need to be store as for each player there player controller which you can count and i bet there function for it
Hey skeeta,
You can use the Get All Actors of Class node in your GameMode BP and use your character BP or controller BP as the Actor Class. Then drag off the Out Actors to get the length of the array, and that’s the number of players. Hope that helps!