How to make visualization by FComponentVisualizer always visible?

I am trying to create a special visualization in the editor for a USceneComponent class. For this I found the FComponentVisualizer class, which basically works when the corresponding Actor is selected.

However, I want the visualization to be shown always. Is there a way to do this with the FComponentVisualizer? Is there any other way for permanent visualizations?

2 Likes

Same question. Including the question whether FComponentVisualizer can be used to render stuff in the same editor-style but in game