IOnlineFriends::DeleteFriend

Starts an async task that deletes a friend from the named friends list

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineFriendsInterface.h"

Syntax

bool DeleteFriend
(
    int32 LocalUserNum,
    const FUniqueNetId & FriendId,
    const FString & ListName
)

Remarks

Starts an async task that deletes a friend from the named friends list

Returns

true if the request was started successfully, false otherwise

Parameters

Parameter

Description

LocalUserNum

the user that is making the request

FriendId

player that will be deleted

ListName

name of the friends list to operate on

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