Name of built-in Class?

Godot Version

4.4.1 Stable

Question

So I’m creating an editor plugin, and need to create a button that allows for selecting a node reference from the scene tree (same functionality as the UI for @export references in the inspector)

Here’s a screenshot of what I want from the inspector, I’d just like to create a new instance of the class from my plugin:
image

Anyway, does anyone know the name of this class?
I’ve been searching the docs for like 20 minutes, and figured it’s probably easier to just ask here incase anyone knows the name off the top of their head :slight_smile:

Thanks!

I’ve figured it out!
For anyone else, checkout the popup_property_selector function on the EditorInterface class here.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.