My code
ULocalPlayer* Player = Cast<ULocalPlayer>(PlayerController->Player);
return FString( Player->GetNickname() );
Returns a string like “JoeCool-AF436747FDC”
so it is the gamertag with a hex string on the end.
Is there some other call or way to get just “JoeCool” ?