Player Profile API Reference
This section documents all Google Play Games Services Player Profile Blueprint nodes provided by the plugin. These nodes allow you to retrieve profile information for the currently signed-in player.
Before using any Player Profile API functions, the player must be successfully signed in to Google Play Games Services. If the user is not signed in, these functions will fail or return no data.
Current Player
| Node | Parameters | Callbacks / Return | Description |
|---|---|---|---|
| Get Current Player | – | On Success (Player): Returns a FGooglePlayGamesPlayer object.On Failure (Error Message): Called if retrieving the player profile fails. |
Retrieves profile information for the currently signed-in Google Play Games player. |