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?