|
PICO Unreal Platform SDK
|
UPico_User class. More...
#include <Pico_User.h>
Public Member Functions | |
| FString | GetDisplayName () |
| User's display name. | |
| FString | GetImageURL () |
| The URL of user's profile photo. The image size is 300x300. | |
| FString | GetID () |
| User's openID. The same user has different openIDs in different apps. | |
| FString | GetInviteToken () |
| The invite token. | |
| FString | GetSmallImageUrl () |
| The URL of the user's small profile photo. The image size is 128x128. | |
| FString | GetPresencePackage () |
| User's presence package info which is configured on the PICO Developer Platform. | |
| EUserPresenceStatus | GetUserPresenceStatus () |
| User's presence status which indicates whether the user is online. | |
| EUserGender | GetGender () |
| User's gender. | |
| FString | GetPresence () |
| User's presence info which is configured on the PICO Developer Platform. | |
| FString | GetPresenceDeeplinkMessage () |
| The deeplink message. | |
| FString | GetPresenceDestinationApiName () |
| The destination's API name. | |
| FString | GetPresenceLobbySessionId () |
| The lobby session ID which identifies a group or team. | |
| FString | GetPresenceMatchSessionId () |
| The match session ID which identifies a competition. | |
| FString | GetPresenceExtra () |
| User's extra presence data. | |
| FString | GetStoreRegion () |
| User's registration country/region. It is a country/region code. | |
UPico_User class.