texture_audit_memory
Audit Texture2D assets to reveal memory footprint, compression, streaming settings, and mip count for optimization.
Instructions
Inspect Texture2D size, compression, streaming flags, mips, and memory estimate.
Args: texture_path: Texture2D asset path to audit
KB: see knowledge_base/08_MATERIALS_AND_RENDERING.md#overview Example: texture_audit_memory(texture_path="/Game/MCP_Test/T_Example")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| texture_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |