This demo showcases an implementation of the friends list into a game UI. The panel on the right shows the user's friend list and status of each friend. This panel can be accessed in other scenes that require access to the friends list.
- The
Refresh
button refreshes the list, repolling for information. - The
Friends Overlay
button opens the EOS overlay. - The Friends tab, on the top left of the friends list, opens and closes the friends list. In other samples it may start closed or may not be present where appropriate
Note
See Epic's documentation on the Auth interface as well as Epic's documentation on the Friends interface for more information on each respective topic.