Created
November 25, 2024 09:21
-
-
Save johnfredcee/aee2fc8b54fb248c9e45b6f29ac45f6c to your computer and use it in GitHub Desktop.
Generate Clang Database for VSCode in Unreal
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dotnet .\Engine\Binaries\DotNet\UnrealBuildTool\UnrealBuildTool.dll -Mode=GenerateProjectFiles -VSCode -NoIntellisense SandboxEditor Development Win64 | |
dotnet .\Engine\Binaries\DotNET\UnrealBuildTool\UnrealBuildTool.dll -Mode=GenerateClangDatabase -NoPCH -DisableUnity -NoExecCodeGenActions SandboxEditor Development Win64 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment