Installing from Marketplace
FAB Marketplace Installation
- Navigate to the Python Script Editor page on FAB Marketplace
- Purchase and download the plugin
- Open the Epic Games Launcher
- Navigate to Library → FAB Library
- Search for the Python Script Editor plugin and click “Install to Engine”
- In Unreal, Click Edit → Plugins
- Search for “Python Script Editor”
- Enable the plugin
- Restart the editor if prompted
This will also enable the PythonScriptPlugin

Verification
- Open Tools → PYTHON → Python Script Editor
- The editor window should appear as shown:

Try executing some simple python code, for example:
import unreal
print("Hello World!")
Troubleshooting
If the plugin doesn’t appear:
- Verify the plugin is enabled in Edit → Plugins
- Check the Output Log for any error messages
- Ensure your project supports plugins
- Try creating a new project
Next Steps
- Read the User Guide to get started
- Configure your settings
- Check out example scripts in the Examples folder