Hey Rudy!! I was messing around with the landRover BP and i have this error… it’s telling me to contact the blueprints team… I have no idea what to do, how to fix it.
Nevermind i found the culprit. It’s theCanpickup_BP for some reason it had astruct that was causing the build to fail. i deleted it and it works now.
Thanks for the help!
Hello spinav,
After looking through your logs I was able to find that you have a few issues that need to be cleaned up.
Error:
UE4Editor-Cmd: [2016.06.02-16.32.39:680][ 0]LogInit:Display: LogBlueprint:Error: [compiler VehicleBlueprint] Error The property associated with Follow Hmd Orientation could not be found
My Fix:
I opened the VehicleBlueprint and removed the reference to Follow Hmd Orientation (you will see that this blueprint has a compile error). As you can see at the end of the error it states the issue.
Error:
0]LogInit:Display: LogBlueprint:Warning: Node ‘/Game/Blueprints/Skybox.Skybox:UserConstructionScript.K2Node_FunctionEntry_10’ missing NodeGuid because of upgrade from old package version, this can cause deterministic cooking issues please resave package.
My Fix:
I opened the skybox blueprint and hit the save button. This cleared out the error above and any others that ended with “…deterministic cooking issues please resave package.”
I didn’t get a chance to copy the error down but I had to open the starter map to update the DDC.
You will need to run through you log and try to resolve as many of these issues as possible. I was able to packed the project after the above changes were made.
Make it a great day