I’m trying to print text around an actor placed in the editor.
I want to show on the editor viewport, not the ingame screen.
and I don’t want to use a “text render Actor”,
I would like to draw text on the canvas.
Is there a way I can use it?
Ok. I found the way, Using DrawVisualizationHUD and draw on a Canvas in a Visualizer for a specific component.