Is there a hotkey for making a Designer Widget a variable?

I had over twenty textboxes in my widgetblueprint, and wanted them all to be variables I can access in the Graph.
It was time consuming and frankly annoying to manually click one textbox then mouse all the way over to the “Is Variable” checkbox on the other side of the screen, and then repeat for each and every textbox.
(I tried selecting them all and checking it but it did nothing)

since multi selecting didn’t work, is there a hotkey for toggling the “Is Variable” check box?

245641-ue4isvariablehotkey.jpg

There isn’t one as far as I know. Next time, consider duplicating the text → select the widget and hit Ctrl+w.

This should duplicate all properties. Pretty useless if you want text that looks different, though.

In an ideal world, we’d have a multi-select feature handle it properly.

If you download the source code you can alter the engine to be that way and compile it, I think.