Hey everyone,
So I got this weird crash in Unreal. Everything’s compiling correctly but then when I press play the editor crashes :
So I go to the line 330 of my c++ class and comment it out. When I try pressing play again it crashes and points to the line below it. I comment this one out. Then it’s the one above…
Then when I try to press play, the error becomes :
Which points to the parent function itself, in Tick. So ok, I go there and comment it out then everything works fine again.

Now, what’s weird is that HandleCamera() was working for several hours. I haven’t touched this part of code since, but now it suddenly crashes.
(It’s interesting to note the change of adress in the Unhandled Exception between the first and second picture I posted.)
I’m at a loss to determine what exactly is causing this error.
If anyone knows how to fix this I’d very much appreciate it!
(Browsing the web I’ve seen several posts about the Unhandled Exceptions but it was mostly GPU drivers issues or things like this, which I’d assume is clearly not the problem here.)