Binding widgets performance hit or good idea?

Ok thanks, I hadn’t read through that part of the documentation before. I see now that bindings (both BP function or property based like your second post) always poll every frame. I even see “hidden” widgets polling via print string now that you mention it, so I don’t know about that off screen widgets don’t tick.

Looks like moving to event based would be most appropriate for my case.

Thanks again!