An in game editor

Hi there !

I was wondering how can i add an level editor with blueprint to my game ? i think that i’ve to add some line of code , is charging ressources from Android same as Windows ? i mean search in a folder then load in the editor ? or is it different ? ( because i wanna do a cross platform game) .

Thank you all :smiley: .

You would have to use blueprints/C++ to make your own level editor. And no, the folder structure available to Android is completely different than PC.