The ship BP named "temp" will be deleted when renaming any BP to "same name but difference case"

SE Gamer shared this feedback 25 hours ago
Not Enough Votes

How to reproduce:

  1. Create a ship BP and rename it to "temp"
  2. Create another BP and rename it to, e.g. "Newbp"
  3. Rename this "Newbp" to "NewBP"
  4. The BP is renamed successfully, but the BP "temp" was deleted in the process


By looking into the decompiled code, the renaming steps in this case are:

  1. Delete the folder "temp" if it exist
  2. Rename the old folder "Newbp" to "temp"
  3. Rename the "temp" folder to "NewBP"


Wow, how can I describe this? Clever or...?


P.S. And for a side note, when renaming a BP named "temp" to "TEMP", the game will even crash, you know why...

Leave a Comment
 
Attach a file