find_project_callees
Identify all functions called by a specified function in an Unreal Engine project. Helps understand function dependencies and call hierarchy.
Instructions
Find all functions called by the given function in the project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| function | Yes | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |