In the image above, you can see that I am able to select any item for the array of type AnimSequence. However I want the dropdown to only show assets which are using the referenced skeleton which is being slet in the Skeleton property above. How can I achieve this. This is a custom class I have created. Any guidance is appreciated. Also I would Like to know what function is actually being called to populate this arrays from the editor. Like how does the picker actually filter for a specific class, that way maybe I could override that function to add additional filtering…