Draw Overlays in Editor

Where would I start if I wanted to create an orthographic draw overlay in Editor? Similar to how the Stats or Print String are drawn, is there a way to draw text/lines into the Editor’s Viewport? Is there actually a way to put custom buttons into the viewport? Like the **camera speed **button in the Editor’s viewport on the top right? adding something next to it?

Thanks

Check out the Gamplay Debugger and the Gameplay Debugger Categories. They allow you to filter different types of debug info on screen within the editor.

https://docs.unrealengine.com/en-US/…ger/index.html

If you want to add buttons like the camera speed you have to implement an editor plugin, you will have to use Slate for the button.

Good luck bud!