Hey guys, I am currently working on game that use some of the assets of the ShooterGame example; everything is working fine except that I got a error message when I open the editor telling me that it cannot find references to /Script/ShooterGame.
Attached here is a screenshot of the reference viewer in UE4, I was wondering if there is a simple way to remove all these references to /Script/ShooterGame.
This is indeed a bit hard to handle. I wrote a script some time ago that converts Epics games into a new one. For example from ShooterGame to MyGame, this way you could then pickup the stuff you require. I will post the script on github soon.