|
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...
|
|
This is the BP_Common group
◆ 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
-
InErrorMessage | Returned from the OnlineSubsystem interface. |
ErrorCode | Error code returned as a reference. |
- Returns
- Bool:
-
true
: success
-
false
: failure
◆ PicoGetDeviceSN()
static FString PicoGetDeviceSN |
( |
| ) |
|
|
static |
Get device SN.
- Returns
- Current device SN.