Anyone know a 5.2 blueprints discord rich presence plugin that's free?

It would be nice to add discord rich presence to my game.

Discord-UE4 works with both UE4 and 5, along with functions callable in Blueprint and C++.

image

Since the plugin is written in C++, you need to rebuild your project in Visual Studio or Rider. Then you can access the functions within Blueprint. You also need to set up the Discord Game SDK within the plugin if you have not already done so. The instructions are in the repository’s README.