Pico Unreal Platform SDK
|
OnlineSubsystemPico class inherited from FOnlineSubsystemImpl(Unreal Engine) More...
#include <OnlineSubsystemPico.h>
Public Member Functions | |
virtual IOnlineFriendsPtr | GetFriendsInterface () const override |
Get friends interface of Pico. | |
virtual IOnlineIdentityPtr | GetIdentityInterface () const override |
Get identity interface of Pico. | |
TSharedPtr< FRTCPicoUserInterface > | GetRtcUserInterface () const |
Get RTC interface of Pico. | |
void | AddAsyncTask (ppfRequest RequestId, FPicoMessageOnCompleteDelegate Delegate) |
Protected Member Functions | |
FOnlineSubsystemPico ()=delete | |
Private Attributes | |
FOnlineIdentityPicoPtr | IdentityInterface |
FOnlineFriendsPicoPtr | FriendsInterface |
class FOnlineAsyncTaskManagerPico * | OnlineAsyncTaskThreadRunnable |
OnlineSubsystemPico class inherited from FOnlineSubsystemImpl(Unreal Engine)
|
protecteddelete |
Only the factory makes instances
void AddAsyncTask | ( | ppfRequest | RequestId, |
FPicoMessageOnCompleteDelegate | Delegate | ||
) |
Allows for the PicoSDK calls to be used directly with the Delegates in the Pico PSS
|
private |
Interface for friends
|
private |
Interface to the identity registration/auth services
|
private |
Online async task runnable