Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1 KB

File metadata and controls

15 lines (11 loc) · 1 KB

README.md

Peer 2 Peer Demo

The Peer 2 Peer demo showcases the peer 2 peer interface. This is done through a basic messaging application where users can chat with other users on their friend list.

  • The Right window is the friends list, from here you can click the Chat button to open a chat window with the selected friend.
  • The top text field allows you to open a chat window with another user using only their ID.
  • The central area is where chat windows will appear, with a text field at the bottom to send messages through and a chat log above that.

P2P Chat

Note

See Epic's Peer 2 Peer documentation for more information.

Note

This sample includes the UIFriendsMenu. Please see the plugin's documentation on UIFriendsMenu for more information.