Hey guys,
I am doing a bunch of details customization for one of our custom class, and I feel I now have a pretty good understanding of the subject, but there’s still 1 aspect that I’m having a hard time with.
I have some integer properties that I need to customize as ComboBox selection instead of just having an integer field. I was able to do it by creating a ComboBox widget and using data from my Class to display each index in the drop-down as names (eg; “Yellow”, “Red”, “Blue” instead of “1”, “2” and “3”).
Now my problem is that I then have to “add” this widget to my Details Category, which puts it at the top of the Properties list. Is there any way to “insert” a widget before or after a specific Property without having to re-create the whole Details Panel category by hand?
If I am not being clear enough let me know, and I’ll upload some screenshots. Thanks in advance!