capture_renderdoc_frame
Trigger a RenderDoc frame capture in the O3DE editor to diagnose rendering issues. Returns status indicating success, failure, or when manual capture is required.
Instructions
Trigger a RenderDoc frame capture in the O3DE editor.
Attempts to trigger a RenderDoc capture via GraphicsProfilerBus
(reflected in the BehaviorContext but not exposed as a Python bus
function in O3DE 2.7.0). If the bus call is not available, reports
the limitation and suggests manual alternatives.
Returns:
JSON with status ok if the capture was triggered, error
on failure, or manual_required if the Python API cannot
trigger the capture and manual action is needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |