Hey there,
I’ve encountered a weird behavior while working with blueprints and was wondering if anyone else had seen this or even has a solution to this.
What I have done so far: Created a first person shooter and advanced vehicle template and then merged them into one. You can run around and enter and leave vehicles like in other games. So far so good.
Then I’ve created a base vehicle blueprint that has most setups I want. From this one I created two children vehicles that will have different properties later but still use the same basic vehicle scripting. After setting them up, all is good, they drive and you can enter and leave them. Still good up to this point.
Now when I leave the editor and restart it, the instances are broken. The base blueprint however is still working. To specify the “not working” - they’re not driving. You can enter them and steer but they won’t move forward on their own. I can push them with other vehicles though and use the handbrake. I can tell that the steering and accelerating inputs are being fired into the correct nodes, so I am assuming that something underneath the vehicle blueprint broke.
Any ideas?