Importing mesh from cloud

Greetings all,

I would like to know if its possible to import a mesh in runtime from some online cloud. More specifically, its possible to upload some .obj files in the augment website and then import it during runtime?

Thanks!

I think all importer functions are in Editor part of engine. That code is not added to runtime executable. So you cannot.
But you can see code that imports those assets and add that functionality to game yourself in C++. However i think its not easy.