get_uid
get_uidRetrieve the unique UID assigned to any file in a Godot 4.4+ project by specifying the project and file paths.
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 | Godot project path |