Tick In Editor (Component)

#Scene Proxy

If you make your own scene proxy for your component you can draw stuff all day, and it will even appear in the components tab!

This is way better than trying to tick in editor, I’ve had lots of fPS issues with ticking and drawing debug in editor

Scene proxy is the way to go

Then you use the PDI drawing functions found in SceneManagement.h

The Dynamic Mesh code has an example of using a custom scene proxy!

Rama