Organise content browser from c++?

Hey all, I have a custom batch importer that brings fbx files into the content browser using code.

The problem is, it dumps the staticMesh assets, the texture assets and the material assets in the same folder. Messy!

Can I create content browser folders using c++?
Can I move all Materials into the folder once it is created?

Thanks!