How can I get steamID from a player?

Hello guys!

I would like to only allow some actions to some people.

How could I get and use an unique ID like a steam ID for example?

I got something like this but I cant go further with the “UniqueID” :s

Thx guys!

I could use the tribeId but that doesnt sounds good to me. I prefer allow specific players.

Ditch the ShooterPlayerController cast if you don’t need that specific level of the PlayerController. The player state exists in PlayerController also(Shooter"X" is the root parent of each of the players, controllers, etc) because it is a child of ShooterPlayerController and things that exist in the parent, exist in the child.

-WM

Thx very much guy! Really helpfull!