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

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