I’ve noticed that there is a special kind of asset called Empty Package that’s appearing in some odd cases.
Is there any information on what it actually is and if there’s a way to see them in the content browser? (e.g. like you can show redirectors, but couldn’t find any similar options empty packages in content browser filters).
Sometimes I was running into situations when I couldn’t remove an empty folder (though no redirectors were present in it), I wonder if it’s caused by those Empty Packages still being present and seeing them would help identifying if they are part of the problem.
How to make it appear.
0. Show ridrectors in Content browser → Filter → Other Filters → Show Redirectors
- Create a level ‘NewWorld’
- Create a BP ‘yy’ and add it to ‘NewWorld’.
- Save both assets.
- Move ‘yy’ to folder ‘test’
- Fix up redirectors in the project.
- Move ‘yy’ back to the folder next to ‘NewWorld’. Now redirector ‘yy’ will appear in ‘test’ folder.
- Remove folder ‘yy’. Confirm Force Delete.
- Now you’re in odd situtation when ‘test’ still exists, though it appears to be empty. And there’s one asset that’s needed to be saved:
If you try to save it, you’ll see that there’s an “Empty Package” asset in place of our test/yyy redirector. Voila, we created an empty package.
Btw no idea what’s the proper exit out of this situtation, since Save Selected won’t have any effect. The only way to solve it I’ve found is to move ‘yy’ to ‘test/yy’ and the issue will be overcomed.