-
Notifications
You must be signed in to change notification settings - Fork 0
Friends
Francisco Dias edited this page Nov 17, 2022
·
7 revisions
Playing games with your friends and meeting new players online are important parts of many online services. The Epic Online Services (EOS) SDK uses the Friends Interface to retrieve the friends lists for a logged-in user. Friends lists are stored by the online service's servers, and can change during a session as friends are added or removed or if friends grant or revoke consent for the game to use their information.
These functions are provided for handling friend lists:
- EpicGames_Friends_AcceptInvite
- EpicGames_Friends_AddNotifyFriendsUpdate
- EpicGames_Friends_GetFriendAtIndex
- EpicGames_Friends_GetFriendsCount
- EpicGames_Friends_GetStatus
- EpicGames_Friends_QueryFriends
- EpicGames_Friends_RejectInvite
- EpicGames_Friends_RemoveNotifyFriendsUpdate
- EpicGames_Friends_SendInvite
These are the constants used by this API:
YoYoGames 2023