find_actors_by_name
Find Unreal Engine level actors by name pattern, with wildcard support. Retrieve matching actors to inspect or manage them in editor workflows.
Instructions
Find actors in the level by name pattern (supports wildcards).
KB: see knowledge_base/10_WORLD_BUILDING.md#overview Example: find_actors_by_name(pattern="Example")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |