1. Setup
{{ currentPage ? currentPage.title : "" }}
1. Follow this Tutorial, to set up the Game State.
2. Follow this Tutorial, to set up the Player.
3. Without PlayerTemplate:
Open your Player BP and add the Interface SP8_BPI_Chat (Inside Class Settings) and the SP8_ChatComponent.(Inside the Components Tab).
4. Open your Game State and add the SP8_GameState_ChatComponent inside the Components Tab.
5. Call Load or Initialize inside your Player BP to initialize the Plugin.
With PlayerTemplate:
You can call SP8_Load on the PlayerTemplate to Load all Components!
{{{ content }}}