-
Notifications
You must be signed in to change notification settings - Fork 15
How to enable Developer Mode for Python in Unreal Engine
Nils Söderman edited this page Feb 18, 2023
·
5 revisions
When Developer Mode is enabled in Unreal Engine:
- Every time the editor is started a python stub file will be automatically generated at '<PROJECT>/Intermediate/PythonStub/unreal.py'. This stub file can then be used for code-completion in VS Code.
- With developer mode enabled extra warnings e.g. usage of deprecated functions will be printed to the output log.
If you want to enable Developer Mode only for the current user, go into: Edit > Editor Preferences > Python and tick the checkbox for Developer Mode.
If you want to enable Developer Mode for all users, go into: Edit > Project Settings > Python and tick the checkbox for Developer Mode (all users) located under the Advanced dropdown.