Good point! I’m not actually using Slate. I’m instancing a UUserWidgets
from a TSubclassOf<UUserWidget>
so that an artist can edit a widget using UMG and then I can generate the widget across all menus. There’s a widget for Bools, Ints, Floats, and Strings. It’s probably not the best way to do things!