editor_take_screenshot
Capture a base64-encoded PNG screenshot of the current Unreal Editor view using this tool. Ensure the Unreal Engine window is focused for successful execution.
Instructions
Take a screenshot of the Unreal Editor
Example output: data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAA...
Returns a base64-encoded PNG image of the current editor view. IF THIS ERRORS OUT MAKE SURE THE UNREAL ENGINE WINDOW IS FOCUSED
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}