ue_find_structs
Find Unreal Engine structs derived from a specified base struct, including the base itself. Filter results by name and set a limit.
Instructions
Elenca gli struct derivati da uno struct base, base incluso.
Args: parent: nome esposto ai binding Python (es. "Vector") o percorso completo (es. "/Script/CoreUObject.Vector"). name_contains: filtro case-insensitive sul nome, opzionale. limit: massimo numero di risultati.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| parent | Yes | ||
| name_contains | No |