Text input in Canvas

I came across this great tutorial however I was wondering if without purchasing a third party license we can still do user input, for example allowing the player to type in their name, year of birth or to select a radio button or a checkbox?

Yes with Slate (Unreals ui system which editor use) but currently its only C++

Theres UMG coming which is blueprint binding of Slate with motion graphics features, but its work in progress and unstable, you can enable it by starting editor with -umg option, and then you can do widget blueprint

Other then that you need to draw things in can vas yourself and make them interactive… or wait for UMG, or use slate direcly if you know C++

Thanks, I don’t mind using C++, I’ll start learning Slate.

You can even text input using blueprint: My Demo : https://twitter.com/tomofnz/status/458253450090795008