Hey all. I’m a bit new to much outside the very basics of UE5. Does anyone know how to create a custom variable that allows you to select other custom options in a dropdown selection / combobox from within the editor? For example, I have a list of Booleans, but only one will be checked at a time, so my struct of booleans is a lot more overhead than just selecting one option from the list to be true, if that makes sense. Here is what it currently looks like and what I would like it to look like, if possible.
I would like to get that list to be selectable similar to this default field, for instance:
Any help would be greatly appreciated - thanks in advance!