spatial_infer_functional_zones
Infers functional zones (kitchen, living, etc.) from room analysis or composition plans to guide prop placement. Read-only, no Unreal Editor mutation.
Instructions
Infer usable functional zones for an interior worldbuilding plan.
KB: see knowledge_base/10_WORLD_BUILDING.md#9-world-building-best-practices
This local/read-only planner consumes room analysis, screenshot detections, and/or an existing composition to infer kitchen, living, bedroom, entry, hallway, bathroom, and utility regions before prop generation or placement. It does not mutate Unreal Editor state.
Example: spatial_infer_functional_zones(room_analysis_json="", requested_zones=["kitchen", "living"])
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| room_type | No | apartment | |
| room_origin | No | ||
| requested_zones | No | ||
| room_dimensions | No | ||
| min_zone_size_cm | No | ||
| room_analysis_json | No | ||
| detected_items_json | No | ||
| composition_plan_json | No | ||
| include_updated_room_analysis | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |