IOnlineFriends::SetFriendAlias

Starts an async task that sets an alias a to friend.

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineFriendsInterface.h"

Syntax

void SetFriendAlias
(
    int32 LocalUserNum,
    const FUniqueNetId & FriendId,
    const FString & ListName,
    const FString & Alias,
    const FOnSetFriendAliasComplete & Delegate
)

Remarks

Starts an async task that sets an alias a to friend.

Parameters

Parameter

Description

LocalUserNum

the user that is setting the alias

FriendId

player that will have the alias associated

ListName

name of the friends list to operate on

Alias

the alias associated to the player

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