How do i identify specific players on a multiplayer game

#Solution: Player State → Player ID

Epic accepted my pull request to expose the main net ID that is in PlayerState to Blueprints!

So you can use this simple int32 to distinguish one player from another!

UE4 Forum Link

Get Player Controller → Get Player State → See pic at above link

Rama