get_uid
Retrieves the unique identifier (UID) for a specified file within a Godot project. Provide the project directory and 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) for which to get the UID | |
| projectPath | Yes | Path to the Godot project directory |