ue-dev-env-config UE 环境配置

Configure Unreal Engine development environments in VSCode with engine and Visual Studio detection.

1|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/XIYBHK/claude-skills --skill ue-dev-env-config-ue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ue-dev-env-config UE 环境配置
Source: https://github.com/XIYBHK/claude-skills/tree/main/ue-dev-env-config
Command: npx skills add https://github.com/XIYBHK/claude-skills --skill ue-dev-env-config-ue

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill automates the configuration of the Unreal Engine development environment within VSCode, streamlining IDE setup for UE plugins and projects.

Core Features & Use Cases

  • Detects installed Unreal Engine versions and Visual Studio, then configures VSCode workflows for UE development.
  • Generates IntelliSense, build tasks, debugging configurations, and OpenCode LSP setup to enable end-to-end UE C++ development.
  • Supports plugin and project workspaces and auto-detects engine and project contexts to produce ready-to-use configurations.

Quick Start

Run the setup_vscode_env.py script at the repository root to generate VSCode UE configurations for your current workspace.

Frequently Asked Questions about ue-dev-env-config UE 环境配置

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure VSCode for Unreal Engine C++ development?

Configure VSCode for Unreal Engine by running the setup script, which detects installed UE engines and Visual Studio, then generates IntelliSense, build tasks, and debugging configurations for end-to-end C++ development.

Can I use clangd and OpenCode LSP instead of IntelliSense for Unreal Engine in VSCode?

Yes, you can use clangd and OpenCode LSP for Unreal Engine in VSCode. The setup process generates compile_commands.json and optional OpenCode LSP settings to support C++ development as an alternative to default IntelliSense.

Does this environment setup support both Unreal Engine plugins and full project workspaces?

Yes, the environment setup supports both Unreal Engine plugins and full project workspaces. It analyzes the current workspace context to generate ready-to-use VSCode configurations tailored for your specific UE development scenario.

What's the best way to automate compile_commands.json generation for Unreal Engine in VSCode?

Automate compile_commands.json generation for Unreal Engine by executing the repository root setup script, which analyzes the workspace and engine context to produce the necessary LSP configurations for VSCode.

Why does Unreal Engine C++ IntelliSense fail to find headers in VSCode?

Unreal Engine C++ IntelliSense fails to find headers in VSCode when engine paths are misconfigured. Running the setup script detects installed UE versions and generates accurate include paths to resolve these IntelliSense errors.