I wanted to throw an error when a pointer is null in C++, but without crashing the editor. The point is to make very obvious that something is wrong (I find logs not as flashy as I’d this kind of errors to be). Something like the “None” logs in BPs, that pop up a window when an object is null.
So far, the best I managed to do was the AddOnScreenDebugMessage()