Bind Text Block Content

I have a text block that I can’t set the text for. I bind the text and use the the ScrollText variable with a default value of “testing,” but it will only display Text Block. I can’t figure out what I’m doing wrong!

The problem you’re having here is that these binding functions aren’t ticked or constantly updated. They only fire when the bound value changes, or you call that Get Text function directly. Because your string “testing” is set as the default - neither of things happens, so the text never changes. Kinda weird to wrap your head around at first, but it’s a good engine optimization.