Engine crashes whenever I press Play

After looking at the project, commenting out the code in the OpenDoor and CloseDoor functions resolved the issue.

I see that you are attempting to call SetActorRotation on Owner, but I don’t see you setting Owner anywhere. It could be related to passing in a null reference. If you are setting Owner, please let me know where, as I could simply be overlooking it.