IOnlineFriends::UpdateFriendSettings

Update the current friend settings

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineFriendsInterface.h"

Syntax

virtual void UpdateFriendSettings
(
    const FUniqueNetId & LocalUserId,
    const FFriendSettings & NewSettings,
    FOnSettingsOperationComplete Delegate
)

Remarks

Update the current friend settings

Parameters

Parameter

Description

LocalUserId

user to retrieve friend settings for

NewSettings

Settings to be saved

Delegate

Delegate to call when operation has been completed

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