BuildingEscape Project does not open! Keeps Crashing!

My building escape project won’t open and it crashes every time I try to open it. I was on lesson 100 : Using Linear Interpolation and the instructor asked us to open the door using FMath::Lerp() and he said if you could try to factor in the starting rotation value of the other door, which started at 90 degree, and still make it work. So instead of hard coding the value of TargetYaw as 90.f, I tried to assign it to the current yaw plus 90.f . When I compiled, Unreal crashed and I haven’t been able to open it since. Here are some pictures:

GetOwner is going to return nullptr on construction. You can’t use it as in an in class initialiser on line 28 in your header file. It doesn’t have an owner yet.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms