Create dropdown selection for list of custom options (in editor)

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:
image

Any help would be greatly appreciated - thanks in advance!

Create a enum

Create a variable with that enum

image

Now in the blueprint you can choose what best suits your needs

1 Like

Beautiful, works perfectly - thank you!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.