Debugging Mobile Crash

Hello everyone,

I am making a top down shooter for android and right now im having an issue with the game. It works correctly in engine on the mobile player and the in view editor, but as soon as I put it on a device you can walk etc but when you go to shoot the game crashes. I assume it has something to do with my shooting code but are there logs of some sort? How can I go better about fixing this situation.

In Editor: In Editor GIF

On Mobile: Mobile GIF

Character Header
Character CPP
Weapon Header
Weapon CPP

Nothing immediately stands out as the issue from your shooting code.

In Android, navigate through the file system (can use Windows explorer) to your projects folder, logs should be Saved\Logs.

You can also look at using adb logcat -d > awesomeLogFile.txt