Implementation of the IOnlineFriends
interface for the OnlineSubsystem.
- See also
- IOnlineFriends
Inherits IOnlineFriends.
|
virtual bool | ReadFriendsList (int32 LocalUserNum, const FString &ListName, const FOnReadFriendsListComplete &Delegate) override |
| Starts an async task that reads the named friends list for the player.
|
|
virtual bool | GetFriendsList (int32 LocalUserNum, const FString &ListName, TArray< TSharedRef< FOnlineFriend > > &OutFriends) override |
| Copies the list of friends for the player previously retrieved from the online service.
|
|
virtual TSharedPtr< FOnlineFriend > | GetFriend (int32 LocalUserNum, const FUniqueNetId &FriendId, const FString &ListName) override |
| Get the cached friend entry if found.
|
|
virtual bool | IsFriend (int32 LocalUserNum, const FUniqueNetId &FriendId, const FString &ListName) override |
| Checks that a unique player id is part of the specified user's friends list.
|
|
virtual bool | DeleteFriendsList (int32 LocalUserNum, const FString &ListName, const FOnDeleteFriendsListComplete &Delegate) override |
| Not Supported.
|
|
virtual bool | SendInvite (int32 LocalUserNum, const FUniqueNetId &FriendId, const FString &ListName, const FOnSendInviteComplete &Delegate) override |
| Not Supported.
|
|
virtual bool | AcceptInvite (int32 LocalUserNum, const FUniqueNetId &FriendId, const FString &ListName, const FOnAcceptInviteComplete &Delegate) override |
| Not Supported.
|
|
virtual bool | RejectInvite (int32 LocalUserNum, const FUniqueNetId &FriendId, const FString &ListName) override |
| Not Supported.
|
|
virtual void | SetFriendAlias (int32 LocalUserNum, const FUniqueNetId &FriendId, const FString &ListName, const FString &Alias, const FOnSetFriendAliasComplete &Delegate) override |
| Not Supported.
|
|
virtual void | DeleteFriendAlias (int32 LocalUserNum, const FUniqueNetId &FriendId, const FString &ListName, const FOnDeleteFriendAliasComplete &Delegate) override |
| Not Supported.
|
|
virtual bool | DeleteFriend (int32 LocalUserNum, const FUniqueNetId &FriendId, const FString &ListName) override |
| Not Supported.
|
|
virtual bool | QueryRecentPlayers (const FUniqueNetId &UserId, const FString &Namespace) override |
| Not Supported.
|
|
virtual bool | GetRecentPlayers (const FUniqueNetId &UserId, const FString &Namespace, TArray< TSharedRef< FOnlineRecentPlayer > > &OutRecentPlayers) override |
| Not Supported.
|
|
virtual void | DumpRecentPlayers () const override |
| Not Supported.
|
|
virtual bool | BlockPlayer (int32 LocalUserNum, const FUniqueNetId &PlayerId) override |
| Not Supported.
|
|
virtual bool | UnblockPlayer (int32 LocalUserNum, const FUniqueNetId &PlayerId) override |
| Not Supported.
|
|
virtual bool | QueryBlockedPlayers (const FUniqueNetId &UserId) override |
| Not Supported.
|
|
virtual bool | GetBlockedPlayers (const FUniqueNetId &UserId, TArray< TSharedRef< FOnlineBlockedPlayer > > &OutBlockedPlayers) override |
| Not Supported.
|
|
virtual void | DumpBlockedPlayers () const override |
| Not Supported.
|
|