You should be able to see where the crash happened in the stacktrace in the crash popup window. Alternatively you could build the visual studio project for “Development Editor” target and debug locally, then recreate the crash. I suspect it might be the case that your cast to AShooterCharacter might be failing, leading to dereferencing null pointers later on.