Hi, I am currently on the Level Polish section of Crypt Raider and suddenly ran into an issue.
After adding the statue, statue stand, and cell side static meshes to my project and adding the Mover component to the cell side and the Trigger component to the stand my unreal crashed right when I attempt to play the game. The screenshot I include in this post has the crash report.
It seems as if there is something wrong with my SetShouldMove(bool) in Mover and my Tick function in TriggerComponent? This is strange though, because it works perfectly fine with the BP_SecretWall.
I’ll add my implementation below, but it should be the same as the one we went through in the lecture together. Also, just for reference I am performing game development on macOS.
Please let me know if you have an inkling as to why this is crashing!