ue5_execute_console_command
Run Unreal Engine console commands in the editor to modify engine settings, enable debug stats, or adjust rendering parameters.
Instructions
Executes an Unreal Engine console command in the editor. NOTE: UE5 does not return success/failure for console commands — the response will be empty even if the command is invalid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | The console command to execute (e.g., 'stat fps', 'r.ScreenPercentage 50'). |