get_file_dependencies
Analyze #include dependencies for any file in an Unreal Engine codebase, showing both what it includes and what includes it. Configure depth and transitive inclusion.
Instructions
Get #include dependency graph for a file (what it includes and what includes it).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the file | |
| max_depth | No | Max depth for transitive dependencies | |
| include_transitive | No | Include transitive dependencies |