What problem does it solve?
This Skill unit addresses common challenges in configuring and troubleshooting the Unreal Engine module and build system, including dependency management, module creation, and resolving build errors.
Core Features & Use Cases
- Dependency Configuration: Understand how to configure dependencies in
Build.cs and manage public vs. private dependencies.
- Module Creation: Learn how to create new modules, define module interfaces, and manage module lifecycles.
- Build System Troubleshooting: Navigate common build errors like unresolved external symbols, missing include files, and IWYU violations.
- Use Case: If you encounter a build error such as "unresolved external symbol," this Skill unit provides guidance on how to resolve it by identifying missing dependencies or incorrect module declarations.
Quick Start
To resolve a build error, review the error message, check your module's Build.cs file for correct dependencies and include paths, and consult the Skill unit's section on common build errors.