spatial_describe_actor
Inspect an actor's transform, bounds, tags, components, and nearby neighbors to understand its spatial setup and relationships.
Instructions
Describe one actor's transform, bounds, tags, components, and neighbors.
KB: see knowledge_base/10_WORLD_BUILDING.md#9-world-building-best-practices
Example: spatial_describe_actor(actor="BP_PlayerStart")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actor | Yes | ||
| nearby_limit | No | ||
| nearby_radius | No | ||
| include_bounds | No | ||
| include_components | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |