Hello and thank you very much for reading!
I am creating an editor widget and want to use the “detail view” component to edit components in my scenery. I read this here and thought it would be exactly what I needed.
When assigning a “Rect Light Component” to the detail view like so:
the details view shows properties I am not interested in but those I need are missing, like “Intensity”:
Now the Details View itself allows me to restrict the properties shown by adding a category:
Since a “Rect Light Compoenent” has a category “Light” I was expecting to be able to restirct the the view to that. But actually the category “Light” is missing all in all, even when not restricting.
What am I doing wrong here?
Thank you so much!