If I remember correctly the struct fields initialization was error in 5.0 source version, then changed to warning which still turned out to be an error when trying to package. Correct way to fix was creating explicit constructor for each struct that would set those fields, setting defaults under UPROPERTY still caused error.