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