Discord publishes a GameSDK but it’s not so easy to get it working in your UE 5 game.
I decided to make it very easy, so I created the DiscordGameSample project that is completely free, MIT licensed and shows all of the necessary configs to integrate it with the UE build system and get it working in your game. This is a fully functional example.
You can copy the DiscordGame plugin from this project into your own game, or simply use it as a guide to make your own.
You will need some basic knowledge of C++, I did not add Blueprint support. (You can easily add it yourself if you want). My goal here was to do the bare minimum to get Discord GameSDK functional so you can very easily see what is required to use it.
There is a 13 minute overview video discussing the project, and the entire project is available on Github (see links below).
https://dev.epicgames.com/community/learning/tutorials/MLeY/unreal-engine-how-to-easily-add-discord-gamesdk-to-your-ue5-game
1 post - 1 participant