displaying many labels above objects - UMG vs Textrender

Hey everybody,

I want to display labels above objects. The point is, that I have many objects (more then 1000) and those objects are moving.

I already implemented a version where I have a UMG 3D-Widget that gets displayed above the objects. This works as intended but has quite an impact on the performance.

I was wondering whether it would be performance-wise cheaper to use textrender?!