Same issue slightly different repro from 5.0.1
Please log in and vote for this issue if you have run into this bug.
My repro:
- Make a new unreal 3rd person template project (works in 5.3 and older I tested back to 4.6)
- Make a struct STNewStruct and put a float variable in it, OldVariable
- Make a new BP based on actor NewActor
- Add a variable of type STNewStruct to that class
- Place NewActor in the default loaded editor level and make sure that level is set to load on startup (important)
- Save All
- Close and relaunch the editor
- Open STNewStruct and add a new variable of type Transform, NewVariable
- NOTE: If you did the above you will see that NewActor is now marked dirty
- Save All without opening NewActor
- Restart the editor
- NOTE: In the Output log you will see Loading: Property 'StructProperty Unknown structure. error