Compiling Error followed by now repeated crashing of my Building Escape

I keep getting the following compiling error in UE4 after adding in the code for this lecture. Here’s an image of the error message and my code. I can’t tell what I did wrong and I didn’t find a solution in the discussion thread for this lecture. Additionally, while I tried to remove the ATriggerVolume command from my code, my Building Escape crashed upon compiling and now it won’t open at all. I’m so lost right now, thank you in advance for any help.




Answered on Udemy.

  • UProperty -> UPROPERTY
  • No semicolon on the end
UPROPERTY(EditAnywhere)
float TargetYaw = 90.f;

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

Privacy & Terms