Unreal Engine Python
Visual Studio Code Extension
Open source tools to assist when writing Python code for Unreal Engine.
Features:
Execute Code:
Run code in Unreal Engine directly from within the editor
Setup Code Completion:
Setup code completion for the unreal module based on the current project.
- Feature complete (contains all of the functions & classes that can be accessed in the pyfbsdk module)
- Variable type annotations
- Readable descriptions
Debugging:
Attach VS Code to Unreal Engine to debug your scripts, set breakpoints and step through the code.