performance_audit_gpu
Capture a lightweight GPU performance snapshot in Unreal Editor to retrieve adapter details, memory stats, viewport state, and scene counts for diagnostics.
Instructions
Capture a lightweight editor GPU/performance audit snapshot.
Returns RHI adapter details, memory stats, active viewport state, and scene/component counts. Use Unreal's ProfileGPU for pass timings.
Args: include_memory: Include process/platform memory stats include_viewport: Include active viewport dimensions and viewmode
KB: see knowledge_base/08_MATERIALS_AND_RENDERING.md#overview Example: performance_audit_gpu()
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_memory | No | ||
| include_viewport | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |