Python Script Editor

Python script editor plugin for Unreal Engine

Installing from Marketplace

FAB Marketplace Installation

  1. Navigate to the Python Script Editor page on FAB Marketplace
  2. Purchase and download the plugin
  3. Open the Epic Games Launcher
  4. Navigate to Library → FAB Library
  5. Search for the Python Script Editor plugin and click “Install to Engine”
  6. In Unreal, Click Edit → Plugins
  7. Search for “Python Script Editor”
  8. Enable the plugin
  9. Restart the editor if prompted

This will also enable the PythonScriptPlugin

Plugin Installation

Verification

  1. Open Tools → PYTHON → Python Script Editor
  2. The editor window should appear as shown:

First Launch

Try executing some simple python code, for example:

import unreal
print("Hello World!")

Troubleshooting

If the plugin doesn’t appear:

  1. Verify the plugin is enabled in Edit → Plugins
  2. Check the Output Log for any error messages
  3. Ensure your project supports plugins
  4. Try creating a new project

Next Steps