rdInst Tutorial 10.4 – Building rdInst without PCG


By default, rdInst comes with support for the PCG framework built-in with UE versions 5.30 and above.

If your project isn’t using PCG you can contact me via Discord to get a pre-built version without it, or you can make 2 small changes to the .uplugin file to remove it.

This tutorial will go through the steps of making those changes.


Step 1. Open the rdInst.uplugin file

The rdInst.uplugin file resides the plugins main folder – normally this is in the /Engine/Plugin/Marketplace/rdInst folder in your UE install folder. If you’ve copied the plugin to your project “/Plugins/” folder (recommended) it will be in there.

Open it up and locate the two sections highlighted in the image below.

Step 2. Remove them

Now just delete them – be sure to remove the “,” in the lines preceding the sections.


Step 3. Build – Done.

Now just build the plugin (running UE should prompt to build).