Player Profile
Google Play Games Services Player Profiles provide basic identity and avatar information for the currently signed-in player, allowing games to personalize the experience and display player-related data.
The Player Profile module exposes the current player’s profile information in Unreal Engine through a simple Blueprint API, returning consistent and ready-to-use data structures.
Capabilities
- Retrieve the profile information of the currently signed-in player.
- Access the player’s unique identifier and display name.
- Retrieve URLs for the player’s icon-size and high-resolution profile images.
- Determine whether profile images are available for the current player.
Important Notes
- All Player Profile functions require the player to be successfully signed in to Google Play Games Services.
- Player profile information is provided by Google Play and may be subject to privacy or availability restrictions.
- Profile image URLs may be empty if the player has not set a profile image.