How to enable Developer Mode for Python in Unreal Engine - nils-soderman/vscode-unreal-python GitHub Wiki
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.