GetPlayerControllerID is the local index of the specific PlayerController. In online Multiplayer you should not use this index but instead use the PlayerState PlayerID.
1 Like
GetPlayerControllerID is the local index of the specific PlayerController. In online Multiplayer you should not use this index but instead use the PlayerState PlayerID.