search_project
Find symbols and source lines in Unreal Engine project C++ code using full-text search with filters for scope, module, path, and symbol kind.
Instructions
Full-text search across project source code.
scope: 'cpp' (headers+source), 'all' mode: 'fts' (default, token-based), 'regex', 'substring' module: filter to files in this module (e.g. 'MyGameModule') path_filter: filter to files whose path contains this string symbol_kind: filter symbol results by kind (class, function, struct, etc.) Returns both symbol matches and source line matches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| scope | No | all | |
| limit | No | ||
| mode | No | fts | |
| module | No | ||
| path_filter | No | ||
| symbol_kind | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |