Hello, whenever I try to open a project I am getting an error that says
Assertion failed: Result [File:D:\UnrealEngineStuff\UnrealEngine-release\Engine\Source\Runtime\Engine\Classes\EdGraph\EdGraphNode.h] [Line: 599]
I can’t open and blueprint or else this happens and don’t really know how to fix it. Anyone have any ideas?
Thanks
did you add/remove any plugins in your project?
UPDATE:
I fixed this problem by downloading Unreal engine source again and opened my project with the new one , i had another problem left after changing Unreal engine ,
my Blueprint classes which was inherited from a C++ class where no longer inherited from any parent classes
parent was set to none , i copied and pasted all codes into another blueprint to fix it.