This makes no sense. So I’ve been working on a tutorial to create a pickup script. Everything built fine with no issues then suddenly the game crashed and now I can’t get on. The issue is on line 23 of my cpp script.
The this->BoxCollider->SetGenerateOverlapEvents(true); Line is the issue line. I’ve tried deleting the line, removing the whole code from the project but nothing fixes the error and I can’t access my project.
If you need more code please ask and I’ll provide more.
The this->BoxCollider->SetGenerateOverlapEvents(true); Line is the issue line. I’ve tried deleting the line, removing the whole code from the project but nothing fixes the error
Then it’s quite clear that this line is not the issue.
The error still says it’s that line which I don’t understand because I’ve tried removing the line and removing the code altogether and it still says there’s an error on that line even though the whole code doesn’t “exist”.
The error still says it’s that line which I don’t understand because I’ve tried removing the line and removing the code altogether and it still says there’s an error on that line even though the whole code doesn’t “exist”.
Make a backup, clean and rebuild the project.
Also what’s wrong with this?
Nothing. But, if it’s unnecessary, then it’s noise.
1>UnrealBuildTool : error : Unable to delete C:\Users\Liamm\Documents\Game Design\Unreal Projects\ZombieShooter\Binaries\Win64\UE4Editor-ZombieShooter.dll (Unable to delete ‘C:\Users\Liamm\Documents\Game Design\Unreal Projects\ZombieShooter\Binaries\Win64\UE4Editor-ZombieShooter.dll’: Access to the path ‘C:\Users\Liamm\Documents\Game Design\Unreal Projects\ZombieShooter\Binaries\Win64\UE4Editor-ZombieShooter.dll’ is denied.)