spatial_query_actors
Find Unreal Engine actors by name, class, tag, radius, or bounding box to locate specific objects in a level.
Instructions
Find actors by name, class, tag, radius, and/or bounding box.
KB: see knowledge_base/10_WORLD_BUILDING.md#9-world-building-best-practices
Example: spatial_query_actors(query="door", center=[0, 0, 0], radius=2000)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | ||
| center | No | ||
| radius | No | ||
| box_max | No | ||
| box_min | No | ||
| tag_filter | No | ||
| class_filter | No | ||
| include_hidden | No | ||
| include_components | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |