VSCode extension that provides tools for working with Unreal Engine 4 C++ projects.
You may want to check out VSCodeSourceCodeAccess, an Unreal Engine 4 plugin that provides source code access for working with C++ projects using VSCode.
-
Download this extension as a .vsix package
-
Install the .vsix package. [?]
-
Use the extension settings to configure the extension for you workspace. [?]
-
UE4 CppTools - Generate CppTools Configuration : Generate CppTools configuration for working with Unreal Engine 4 projects
-
UE4 CppTools - Generate Project Files : Generate project files for building Unreal Engine 4 projects
-
UE4 CppTools - Build Project : Build project
-
UE4 CppTools - Hot Reload Project : Build project for editor HotReload
- ue4-cpptools.engineRootPath : Path to Unreal Engine 4 root directory (overrides environment variable UE4_ENGINE_ROOT_PATH)
-
ue4-cpptools.configurationName : Name of CppTools configuration to generate
-
ue4-cpptools.recycleTerminal : Controls terminal reuse for the extension
-
ue4-cpptools.buildConfiguration : Unreal Build Tool build configuration
-
ue4-cpptools.overrideUnrealBuildTool : Override the command to run Unreal Build Tool
-
Mac not tested
-
Relies on the Unreal Build Tool CodeLite project generator
This software is licensed under the MIT License, see LICENSE for more information