get_uid
Retrieve the unique identifier (UID) for a specified file within a Godot project, supporting Godot 4.4 and later. Provide the project directory and the relative file path to obtain the UID.
Instructions
Get the UID for a specific file in a Godot project (for Godot 4.4+)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to the file (relative to project) | |
| projectPath | Yes | Path to the Godot project directory |