PICO Unreal Platform SDK

Functions

static UOnlineSubsystemPicoManager * GetOnlineSubsystemPicoManager (UObject *WorldContextObject)
 Gets the class of online subsystem Pico manager for binding notifications. More...
 
static bool ParseErrorInfo (FString InErrorMessage, int32 &ErrorCode)
 Extract ErrorCode from ErrorMessage. More...
 
static void PicoEntitlementVerifyAppDelegate (FOnlinePicoVerifyAppDelegate OnVerifyAppCallback)
 This function will be deprecated, Please use the PicoEntitlementVerifyCheck().
 
static void PicoEntitlementVerifyCheck ()
 Activate the copyright verification function.
 
static FString PicoGetDeviceSN ()
 Get device SN. More...
 

Detailed Description

This is the BP_Common group

Function Documentation

◆ GetOnlineSubsystemPicoManager()

static UOnlineSubsystemPicoManager * GetOnlineSubsystemPicoManager ( UObject *  WorldContextObject)
static

Gets the class of online subsystem Pico manager for binding notifications.

Returns
The UOnlineSubsystemPicoManager class.

◆ ParseErrorInfo()

static bool ParseErrorInfo ( FString  InErrorMessage,
int32 &  ErrorCode 
)
static

Extract ErrorCode from ErrorMessage.

Parameters
InErrorMessageReturned from the OnlineSubsystem interface.
ErrorCodeError code returned as a reference.
Returns
Bool:
  • true: success
  • false: failure

◆ PicoGetDeviceSN()

static FString PicoGetDeviceSN ( )
static

Get device SN.

Returns
Current device SN.