placement_validate
Identify spacing problems in Unreal Engine actor layouts by checking for gaps, overlaps, and alignment issues. Tune thresholds to match your scene precision needs.
Instructions
Check actors for gaps, overlaps, and alignment issues.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actors | Yes | Actor labels to validate | |
| check_gaps | No | Check for gaps (default true) | |
| gap_threshold | No | Max gap in units (default 1.0) | |
| check_overlaps | No | Check for overlaps (default true) | |
| overlap_threshold | No | Min distance for overlap (default 1.0) |