Thanks for the reply. When running the project it encounters a breakpoint with this as the error:
Assertion failed: !ObjectInitializer.Obj || ObjectInitializer.Obj == this [File:D:\BuildFarm\buildmachine_++depot+UE4-Releases+4.7\Engine\Source\Runtime\CoreUObject\Private\UObject\UObjectGlobals.cpp] [Line: 1881]
Line 1881 of UObjectGlobals.cpp is:
check(!ObjectInitializer.Obj || ObjectInitializer.Obj == this);
I was only a couple hours into the project so I guess I’ll just make a new project and move my files over. Guess I’ll have to save backups frequently, I’ve only been using the engine a couple weeks and this is the second time somthing like this has happened. Thanks anyways for the help.