Skip to content

Instantly share code, notes, and snippets.

@johnfredcee
Created November 25, 2024 09:21
Show Gist options
  • Save johnfredcee/aee2fc8b54fb248c9e45b6f29ac45f6c to your computer and use it in GitHub Desktop.
Save johnfredcee/aee2fc8b54fb248c9e45b6f29ac45f6c to your computer and use it in GitHub Desktop.
Generate Clang Database for VSCode in Unreal
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