Since I can not open one of my blueprints at all due to a bug (I talked about it in another thread but long story- short my project has a weird error that doesn’t allow me to use one of the blueprints or even see it [tried to import]) I decided maybe a better way to solve my situation is opening the blueprint in a different way, outside of the program since it doesn’t even show the blueprint to me.
The thing is, I don’t know if it’s possible to open such file outside of unreal engine, and if it is possible - where can I open the blueprint and how?
You can copy it and paste it in another project but the relative path must be identical (for example from OldProject/Content/BP/File.uasset to NewProject/Content/BP/File.uasset), otherwise it won’t work. If your file doesn’t rely on missing references you should be able to easily open it
Sadly, my file cannot be opened using unreal engine because of a weird problem…
I’m using the default first person character with some additions but due to a weird problem it cannot even open the resources the ue4 provided.