resource_get_uid
Retrieve the unique identifier (UID) for a specific file in a Godot 4.4+ project by providing the project directory and relative file path.
Instructions
Get the UID for a specific file in a Godot project (for Godot 4.4+).
Category: Resource
Args: project_path: Path to the Godot project directory file_path: Path to the file (relative to project) for which to get the UID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes | ||
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |