Can i Change USTRUCT name is using in BP?

  1. i have C++ USTRUCT “FHeroStruct”
  2. i used “HeroStruct” in BP
  3. i want change my USTRUCT name to “FHeroInfoStruct”
  4. after editor restart, Every “HeroStruct” node broke.
  5. how can i keep BP’s node connected?

renaiming a struct is like destroying this one to create another one, It’s usually a bad idea to rename structs and classes