/Discord-UE4

Plugin for integrating Discord Rich Presence.

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Discord-UE4

Plugin for integrating Discord Rich Presence in Unreal Engine 4. Blueprints only example project is available here.

Discord Link GitHub All Releases GitHub repo size GitHub

Twitter Follow

Rich Presence Result

How to

First you will need to download the binaries from Discord. Head over to Discord Developer Portal and download Discord Game SDK.

SDK_Download

After downloading, open the zip file and extract the .dll and .lib files from the lib/x86_64 folder to Binaries/Win64/ folder of this plugin. If you don't have Binaries/Win64 folder, create it. Example of my setup:

Extracted Example

After copying the binary files, open the cpp folder inside the zip file and extract all the contents to Source/DiscordUE4/discord-files folder. If the discord-files folder doesn't exist, create it.

Now you are good to go.

It is important to setup your game according to Discord Startup Guide.

Example Setup: Example Setup in Blueprint