This Unreal Engine plugin adds a "Quick Scripts" dropdown menu to the main menu bar. This dropdown menu allows you to quickly run Python scripts located in your projects /Scripts/Python directory.
- Download the
Contentfolder and unzip it - Copy the unzipped folder into your Unreal Engine projects
/Pluginsfolder - Install and enable the "Python Script Editor Plugin" for your project.
- Enable the Quick Scripts Plugin (Edit -> Plugins -> Installed -> tool)
- Restart Unreal
- Create a
Scripts/Pythondirectory if it does not already exist - Save Python scripts in the directory
- Click "Quick Scripts" from the Main Menu
- Click on the name of your script to execute it
Note:
When adding new scripts to the /Scripts/Python directory, click the "Refresh" button in the Quick Scripts dropdown menu to reload the contents
Copy the files in /Examples to your projects /Scripts/Python directory to run example scripts from the Quick Scripts menu
