Device when I start the Unreal Editor and when I build code

When I start up the Unreal Editor my device in my level breaks and I cant connect any devices to it, it also breaks when I build verse code and the device disappears from the content browser so I cant even add it back. However the code that is built does execute and work fine its just the device that I cant do anything with. Is there any fix to this issue? This only started happening after the latest fortnite update.


Device *breaks when I start the Unreal Editor and when I build code

The error seems to say the device refers to a class that no longer exists - the pic is a bit blurry, but I think it’s WhoDidIt.

Is that a class you removed or renamed?

Some ideas;

  • do a find on all your code for that name
  • add the class back in again if it used to be there

UEFN seems to have issues sometimes when code is removed.

Yes I’ve tried that but the issue still persisted, I ended up just creating another file and copying exactly the same code into the new one and the issue seems to have stopped. Maybe the last file was bugged or something.