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" |
virtual bool GetFriendSettings
(
const FUniqueNetId & UserId,
TMap < FString , TSharedRef < FOnlineFriendSettingsSourceData > > & OutSettings
)
Remarks
Gets the cached information we have stored from a third party source true if blocked players list was found for the given user
Parameters
| Name | Description |
|---|---|
| UserId | user to retrieve settings for |
| OutSettings | [out] Map that receives the copied data |