Inspector-style list in custom graph view node?

Hi, I was wondering if it was possible to create a list that looks like this:
image
in a custom graph view node where you would be able to have an object selector to select each object entry in the list.

(this is what I have so far, not working :sob: )
image

Any help / advice? Thanks yall

Presumably this is UI Toolkit? Just use the ListView visual element. Plenty of resources on the docs on how to use it.

Thanks, I’ll try it out and let you know how it goes :people_hugging:

1 Like