find_project_references
Locate every usage of a C++ symbol across your Unreal Engine project, including calls, includes, and type references. Filter by reference kind to narrow results.
Instructions
Find all usage sites of a symbol in the project (calls, includes, type references, etc.).
ref_kind: filter by reference kind (e.g. 'call', 'include', 'type'). Empty for all.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| ref_kind | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |