IOnlineFriends::DeleteFriendsList

Starts an async task that deletes the named friends list for the player

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineFriendsInterface.h

Include

#include "Interfaces/OnlineFriendsInterface.h"

Syntax

bool DeleteFriendsList
(
    int32 LocalUserNum,
    const FString & ListName,
    const FOnDeleteFriendsListComplete & Delegate
)

Remarks

Starts an async task that deletes the named friends list for the player

Returns

true if the delete request was started successfully, false otherwise

Parameters

Parameter

Description

LocalUserNum

the user to delete the friends list for

ListName

name of the friends list to delete

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss