2022-09-19 18:18:08 +02:00
2021-11-14 01:47:53 +01:00
2021-11-14 02:09:07 +01:00
2022-05-23 23:08:49 +02:00
2021-12-30 18:19:02 +01:00
2022-09-19 18:17:44 +02:00
2021-12-30 20:01:17 +01:00

Discord plugin for Unreal Engine 5

This plugin is designed for users of Unreal Engine 5. It will help you to create a discord presence for your game like this :

ExampleFeed

Installation

  1. Dowload this repostory
  2. Extract the repo
  3. Copy all content to your plugin project (YourProject/Plugins)
  4. Make sure you are register on Discord developer website
  5. Create your application and copy your Application ID
  6. Open your project and enable the plugin

Initialization

In order to establish a connection with the application you have created before and the discord app You need to create something like this in your Game Instance :

InitDiscord

Nodes

For edit your presence in your game use this code (read the image next to it to understand the fields of the node) :

SetPresenceDiscord

Note : For use image in rich presence you need to upload them on your Discord developer game page (Rich Presence -> Art Assets)

More advanced documentation coming soon.

Languages
C++ 89.4%
C# 10.3%
C 0.3%