What problem does it solve?
This Skill helps developers understand, modify, and validate complex Unreal Engine project configuration without guessing configuration ownership, layering, or runtime effects.
Core Features & Use Cases
- Configuration Layer Analysis: Guides work across DefaultGame.ini, platform overrides, user settings defaults, crypto configuration, packaging settings, and related Unreal configuration domains.
- Source-Aware Configuration Changes: Helps trace ini sections to owning classes, Config properties, runtime readers, and editor or packaging behavior before making changes.
- Use Case: When a game setting, platform option, loading screen, Steam configuration, localization rule, or packaging option behaves unexpectedly, use this Skill to locate the correct configuration layer and validate the fix safely.
Quick Start
Use the orion-project-config skill to analyze the Unreal Engine project configuration issue and identify the correct ini file, owning class, and validation steps.