Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces > API/Plugins/OnlineSubsystem/Interfaces/IOnlineFriends
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineFriendsInterface.h |
| Include | #include "Interfaces/OnlineFriendsInterface.h" |
bool DeleteFriendsList
&40;
int32 LocalUserNum,
const FString & ListName,
const FOnDeleteFriendsListComplete & Delegate
&41;
Remarks
Starts an async task that deletes the named friends list for the player true if the delete request was started successfully, false otherwise
Parameters
| Name | Description |
|---|---|
| LocalUserNum | the user to delete the friends list for |
| ListName | name of the friends list to delete |