Skip to main content
Glama

unreal-mcp

editor_export_asset

Export Unreal Engine assets to raw binary data for external use by specifying the asset path. Facilitates asset sharing and integration across platforms.

Instructions

Export an Unreal asset to text

Example output: Binary data of the exported asset file

Returns the raw binary content of the exported asset.

Input Schema

NameRequiredDescriptionDefault
asset_pathYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "asset_path": { "type": "string" } }, "required": [ "asset_path" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/runreal/unreal-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server