IOnlineFriends::DeleteFriendAlias

Starts an async task that delete an alias from a friend.

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineFriendsInterface.h"

Syntax

void DeleteFriendAlias
(
    int32 LocalUserNum,
    const FUniqueNetId & FriendId,
    const FString & ListName,
    const FOnDeleteFriendAliasComplete & Delegate
)

Remarks

Starts an async task that delete an alias from a friend.

Parameters

Parameter

Description

LocalUserNum

the user that is setting the alias

FriendId

player that will have the alias deleted from

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