Merge pull request #97912 from reduz/property-path-store-uid

Expose path properties save UID internally if referencing a resource
This commit is contained in:
Thaddeus Crews
2024-11-11 14:18:41 -06:00
2 changed files with 22 additions and 5 deletions

View File

@ -142,6 +142,8 @@ class EditorPropertyPath : public EditorProperty {
LineEdit *path = nullptr;
Button *path_edit = nullptr;
String _get_path_text();
void _path_selected(const String &p_path);
void _path_pressed();
void _path_focus_exited();