How to Render HUD in Editor Not Runtime ?

I am trying to figure out if you can render out a HUD in Editor. I do not want run time, this is For a camera Widget. Hoping there is a way and not to touch any C++ Side but if I have to I will.

I have been looking into the EditorViewPortClient.h I do not see if I can draw out a HUD on Viewport in Editor Mode.

Are you using UMG? It has it’s own editor and it’s currently the best tool for making HUDs

Well UMG will only work in Runtime (Play Mode) far as I know. I am running tracking data which runs better in Editor mode (Viewport Mode). I do not want to run in playmode to show HUD.

Search for “Editor Utility Widgets”