Custom Debug Solution

Hi everyone!

How would I go about creating my own version of “ShowDebug”?
I’ve seen various solutions, involving simple text to the canvas, or using “DrawDebugText”
But I would very much like to be able to show custom graphs, somewhat similar to what you seen with the Vehicle debug.

I’ve looked around on the documentation, and the source code, but I don’t exactly know what I’m looking for, since there is a lot to do with debugging.

Could anyone point me in the right direction, or even give me the flow of how the debug screens are handled in UE4?
Thanks!

You can use UReporterGraph class to render 2d graphs on canvas.

Have a nice day!

/Sebastian

Thanks!
I’ll have a look at the documentation for the implementation.
-Peace