godot_resolve_uid
Resolve a Godot resource UID string to its corresponding file path. Use this to convert a UID like 'uid://...' into the actual path for asset management, debugging, or scene operations.
Instructions
Resolve uid:// identifier back into its file path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |