RDR System documentation
how to set up ?
how to set up ?
Move the Plugin to the Correct Folder
Locate your plugin folder and drag it into your project's Plugins directory.
⚠️ If the Plugins folder does not exist in your project directory, create one manually.
2. Generate Visual Studio Project Files
Right-click on your .uproject file and select "Generate Visual Studio project files".
3. Open the Project in Visual Studio
After generating the files, open the solution (.sln) in Visual Studio.
4. Rebuild the Project
In Visual Studio, find your project name in the Solution Explorer, right-click it, and select "Rebuild".
✅ Wait for the rebuild process to complete successfully.
5. Verify the Plugin is Enabled
Open your Unreal Engine project. Go to Edit > Plugins, and make sure your plugin is listed and enabled.
6. Final