Marketplace submission file structure query

Hi all,

I recently submitted a props asset pack to the Marketplace and have gotten to the stage where I have to submit the files so that they can be checked within UE4. I have a couple of Qs regard what i’m submitting…

  1. My project folder contains the following directories: Config, Content, DerivedDataCache, Intermediate, Saved… can I delete some of these?
    Also, within my Content i have: Collections and Developers… can I delete these?

What exactly am i zipping up, just the Content directory or some of the above?

  1. The docs state the Content structure should be like:
    Content\TableSet\Textures
    Content\TableSet\Materials
    Content\TableSet\Meshes\

Is this set in stone or can these Textures, Materials, Meshes be in subfolders like:
Content\TableSet\StoneTable\Textures
Content\TableSet\StoneTable\Materials
Content\TableSet\StoneTable\Meshes
Content\TableSet\WoodenTable\Textures
Content\TableSet\WoodenTable\Materials
Content\TableSet\WoodenTable\Meshes\

Kind regards in advance,
Matt.

You can do subfolders like “Content\TableSet\WoodenTable\Textures” although I would rather make “Content\TableSet\Textures\WoodenTable” - imho easier to work with.

Config and Content folder + .uproject file are needed. DerivedDataCache, Intermediate and Saved do not need to be packaged. These are files that will be generated by the Engine itself.

Thanks for this, much appreciated!.. off to submit these now, gulp!