inspect_static_mesh
Reads LOD count, per-LOD vertex/triangle counts, bounding box, and material slots from a UStaticMesh asset path.
Instructions
Read structural properties of a UStaticMesh asset: LOD count, per-LOD vertex/triangle counts, bounding box, material slots. Pairs with inspect_asset (registry metadata) and inspect_material (parameters). C++ handler -- benefits from native struct access. Part of the language-shim experiment (PR #46).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | UE asset path of a UStaticMesh, e.g. /Engine/BasicShapes/Cube. |