I have been trying to make settings menu and I been using “ComboBox(string)” for displaying the options to select. So now when I go to make the blueprint for the settings I do this:
But this always converts the string in to “0” and by doing that it set the settings to “Low” even if I chose “High”.
This is how I have them set in the “ComboBox(string)”:
My question is how do I convert “Low” to “0”; “Medium” to “1”…
Thank you in advance