project_semantic_diff
Compares indexed before/after snapshots to detect semantic changes in Unreal assets like Blueprints, widgets, materials, and level actors. Without snapshots, it contrasts cached data with a fresh read.
Instructions
Compare indexed before/after snapshots for semantic changes in Blueprints, widgets, materials, level actors, and dependencies. If snapshots are omitted, compares cached index data against a fresh read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | General fresh snapshot cap. | |
| categories | No | Optional category or categories to compare. | |
| asset_paths | No | Optional asset paths, actor names, or record names to narrow the diff. | |
| path_prefix | No | Content path prefix to use when taking a fresh snapshot. | |
| after_snapshot | No | Optional explicit after snapshot. | |
| before_snapshot | No | Optional explicit before snapshot. |