EditableTextbox misses SetHintText

Hi there…

We tried to implement our own localisation today…
And found a missing function, which is important for that!

The HintText of an Editable Textbox or Multiline textbox is not changeable at runtime.
The simple function:

SetHintText(FText InText)

is missing!

Is there any way to implement this iny THIS single project only with some kind of override of the cpp/h?

We want to work with as much blueprint as possible… and were a bit shocked that such a function is missing.