I'm creating a top-down game with randomly generated terrain. Initially I made an actor for each type of tile (tree, road, water, etc.) and then cloned those actors and moved them into the proper positions via the script editor as needed to create the map.
However, I just saw this page (http://game-editor.com/Tiles) and it caught my eye, especially the lower cpu usage part. Some of my tiles need to be actors for gameplay purposes, but several of them are purely cosmetic and might benefit by being considered lower cpu usage "tiles" by Game Editor.
My question is, is there a way to designate an actor as a tile and move and copy it with the script editor or are tiles only used when painted by hand with the editor? I'm not having cpu usage problems yet but I'd like to keep it down as much as possible so I have room to grow if needed.
Thanks!