How can you change Selected Background Color for Editable Text Multi-line with a call from a blueprint? It doesn’t have a Set Selected Background Color, and if you call Set Widget Style it is not there either.
Also, if you call set style in PreConstruct, then you can’t change the value from Designer anymore. After compiling it reverts to the purple inherit value.
It does seem that they forgot to make it visible, also they didn’t made color (and opacity) visible either, for that as well you have to go though the whole style like in the image from original post where you have to get the style and only change the color.
I made 2 simple functions to change those 2 values: