Pico Unreal Platform SDK

Functions

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...
 

Detailed Description

This is the BP_Identity group

Function Documentation

◆ PicoGetNickName()

FString PicoGetNickName ( UObject *  WorldContextObject,
int32  LocalUserNum 
)
static

Gets a user's nickname.

Parameters
WorldContextObjectUsed to get the information about the current world.
LocalUserNumThe 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
WorldContextObjectUsed to get the information about the current world.
LocalUserNumThe controller number of the user to get login information for.


Parameters
UserIdUser ID.
InTokenUser token.
InTypeUser type.
InLoginComleteDelegateCallback function proxy.