GetUserPresetList Order?
-
Hey Guys,
I'm currently using Engine.getUserPresetList to make a small preset browser in a combo box. I've got it all working (loading presets and returning the preset names when clicked)
I was wondering if there is a way to sort the order of the Engine.getUserPresetList as right now it seems to populate the combobox with presets but with them all in a random order.
Is there a way to make this function populate the box, but say in alphabetical order rather than random?
-