Hello,
I’m new to UE4(1 week) and I’m having issues with saving and loading a combobox.
SCENARIO:
I have a text_field (HERO_NAME) which I populate and then press a button (CREATE_HERO). This action will populate a combobox (SELECT_HERO). This combobox is disabled if there are no values in it.
I have made 3 functions as seen bellow:
Now, I’ve managed to save all the options bellow the GLOBAL varriable by following this tutorial (- YouTube)
I would like to save the combobox (SELECT_HERO) options in the variable SELECT_HERO_CB when I press the button CREATE_HERO (meaning I add 1 value at a time). Then close the game and reopen. Upon reopen I need to have the SELECT_HERO combobox already populated with the values from previous sessions.
Thank you!