The ship BP named "temp" will be deleted when renaming any BP to "same name but difference case"
Not Enough Votes
How to reproduce:
- Create a ship BP and rename it to "temp"
- Create another BP and rename it to, e.g. "Newbp"
- Rename this "Newbp" to "NewBP"
- 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:
- Delete the folder "temp" if it exist
- Rename the old folder "Newbp" to "temp"
- 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...
I like this feedback
Replies have been locked on this page!