execute_console_command
Execute Unreal Engine console commands and optionally capture their output. Useful for changing rendering settings or toggling developer overlays.
Instructions
Run a UE console command (e.g. 'stat fps', 'r.ScreenPercentage 50') and optionally capture its output. Executes on the game thread in the editor world context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | Console command string to execute. | |
| capture_output | No | When true (default), captures and returns the command output. When false, output flows to the normal Output Log. |