get_uid
Get the unique ID (UID) of any file in a Godot 4.4+ project, enabling precise resource referencing.
Instructions
Get the UID for a specific file in a Godot project (for Godot 4.4+)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Path to the Godot project directory | |
| filePath | Yes | Path to the file (relative to project) for which to get the UID |