Google Play Games Player
The Google Play Games Player struct is designed to mimic the object almost exactly as provided by the Google Play Service SDK. It contains various information about the Play Games user profile.
This is retrieved using the Google Play Get Current Player blueprint node.
FGooglePlayGamesPlayer
Field | Type | Description |
---|---|---|
BannerImageLandscapeURI | FString | The URI for loading this player's landscape banner image. Returns null if the player has no landscape banner image. |
BannerImagePortraitURI | FString | The URI for loading this player's portrait banner image. Returns null if the player has no portrait banner image. |
DisplayName | FString | The display name for this player. |
HighRestImageURI | FString | The URI for loading this player's hi-res profile image. Returns null if the player has no profile image. |
IconImageURI | FString | The URI for loading this player's icon-size profile image. Returns null if the player has no profile image. |
PlayerID | FString | The ID of this player. |
RetrievedTimestamp | int64 | The timestamp at which this player record was last updated locally. |
Title | FString | The title of the player. This is based on the player's gameplay activity in apps using Google Play Games services. Note that not all players have titles, and that a player's title may change over time. |
bHasHighResImage | bool | Indicates whether this player has a hi-res profile image to display. |
bHasIconImage | bool | Indicates whether this player has an icon-size profile image to display. |