Create a template for selected level descriptions

Hi, I want to setup a UI map-selection, with a combobox to choose a level from.
When a level is chosen from the combobox, I want it NOT to open directly, I want to display some text descriptions and preview thumbnail for each selected level beside the combox.

If possible I would like to create a “template” with formated text and image placeholders, that are replaced with the specific items when a level from the combobox is selected, like store the texts and image for each selected level elsewhere and load and display it on selection in the predefined way.

Is this possible and how could I create this?

just use a struct with the details you want and the mapname, keep it in a data asset or table so you can preview it and then load when youre ready

Thankyou.

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