UnrealLink and RiderLink
The UnrealLink plugin enables advanced integration between JetBrains Rider and Epic Games’ Unreal Editor. The plugin brings Blueprints information to the editor, adds settings to manage game launch, and provides a more convenient version of the Unreal Editor log.
There are two plugins under the hood, the UnrealLink plugin for JetBrains Rider and the RiderLink plugin for Unreal Editor, packed together.
UnrealLink is bundled with JetBrains Rider. Starting with Rider for Unreal Engine 2020.2.1, it’s also distributed via JetBrains Marketplace.
RiderLink is installed by JetBrains Rider itself, there is no need to install it manually. The first time you open an Unreal Engine project in JetBrains Rider, you'll see a notification that the RiderLink plugin is missing and an invitation to install it. If you skip this popup message, you can install the plugin later on the Languages & Frameworks | Unreal Engine page of JetBrains Rider settings CtrlAlt0S
Both the popup message and the settings page offer two installation options:
Engine: Select this option to install the plugin in the engine and use it for all game projects based on the current engine version. The plugin will appear in the Engine
/Plugins folder./Developer Game: Select this option to install the plugin in the game project and use it for the current project only. The plugin will appear in the Game
/Plugins folder./Developer
If you later decide to change the installation location, use Force Install RiderLink in Engine/Force Install RiderLink in Game actions via Find Action (Ctrl0Q).
The plugin and Rider for Unreal Engine itself are in active development now, so there could be some issues. Please share your feedback and report any bugs you encounter:
Submit plugin-specific issues to the GitHub Issues page.
Rider-specific issues should be directed to the Rider tracker.
Send a message with any questions and feature suggestions to our support engineers and the Rider for Unreal Engine developers at rider-cpp-support@jetbrains.com.
A few typical issues, and what to do in such cases:
- Failed to build RiderLink plugin
Failed to build RiderLink plugin Check build logs for more info Help > Diagnostic Tools > Show Log in Explorer And contact dev team for help at GitHub Issues page
There are several reasons you might get this message:
There’s a problem with your current Game or Unreal Engine code. Make sure that you can build them correctly.
You have an instance of Unreal Editor with the RiderLink plugin running. Close Unreal Editor and try installing RiderLink again.
Finally, if Unreal Editor is closed and your project builds fine, and you have an old version of RiderLink installed, move the old version of RiderLink to a temp folder manually and try reinstalling RiderLink.
- Failed to backup old plugin
Failed to backup old plugin Close all running instances of Unreal Editor and try again Path to old plugin:
You tried to install a new version of RiderLink while you have a running instance of Unreal Editor with the plugin installed.
Close Unreal Editor and try again to install the plugin.
If you have any issues with the plugin that you can’t resolve, please contact the developers via GitHub Issues.