|
static void | PicoLogin (UObject *WorldContextObject, int32 LocalUserNum, const FString &UserId, const FString &InToken, const FString &InType, FOnlineManagerLoginCompleteDelegate InLoginComleteDelegate) |
| Gets the account login information for the current device. More...
|
|
static FString | PicoGetNickName (UObject *WorldContextObject, int32 LocalUserNum) |
| Gets a user's nickname. More...
|
|
This is the BP_Identity group
◆ PicoGetNickName()
FString PicoGetNickName |
( |
UObject * |
WorldContextObject, |
|
|
int32 |
LocalUserNum |
|
) |
| |
|
static |
Gets a user's nickname.
- Parameters
-
WorldContextObject | Used to get the information about the current world. |
LocalUserNum | The controller number of the user to get nickname for. |
◆ PicoLogin()
void PicoLogin |
( |
UObject * |
WorldContextObject, |
|
|
int32 |
LocalUserNum, |
|
|
const FString & |
UserId, |
|
|
const FString & |
InToken, |
|
|
const FString & |
InType, |
|
|
FOnlineManagerLoginCompleteDelegate |
InLoginComleteDelegate |
|
) |
| |
|
static |
Gets the account login information for the current device.
- Parameters
-
WorldContextObject | Used to get the information about the current world. |
LocalUserNum | The controller number of the user to get login information for. |
- Parameters
-
UserId | User ID. |
InToken | User token. |
InType | User type. |
InLoginComleteDelegate | Callback function proxy. |