How to set draw distance for a text renderer?

I’m using text renderers to display names above actors. My maps are very large and flat, however, and I’d like for the text to not display from a certain distance. The actor meshes have a max draw distance variable, but the text renderer does not appear to have such a setting. Cull Volumes also didn’t work. Is there an similar property for text renderers, or should I be using another method all together to display the text?

Did you ever find a solution to this? I’m having the same problem.

Use “Set Max Draw Distance” node

1 Like

Thanks!!