find_project_callers
Identifies all functions calling a given function in the Unreal Engine project. Traces call dependencies to analyze code impact.
Instructions
Find all functions in the project that call the given function.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| function | Yes | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |