How to get player steam id?

@Azarus how can you access FUniqueNetIdRepl / FUniqueNetIdSteam for each player exactly? some sample code would be nice.

The only way I have found to get the steamId so far is:


PlayerController->PlayerState->GetNetDriver()->LowLevelGetNetworkNumber();

But It’s probably not the best method.