get_uid
Retrieve the unique identifier (UID) for any Godot 4.4+ resource file by providing the project's absolute path and the file's relative path.
Instructions
Get the UID for a Godot 4.4+ resource file.
Args: project_path: Absolute path to the Godot project directory. file_path: File path relative to project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| project_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |