Moving Prefabs vs Level Streaming vs Actor Pooling

Having one or a few Blueprint Prefabs containing things like whole rooms and then moving them around your level when they’re needed is the fastest way to fill out your levels. If you set them up well – all textures and meshes will be hidden from site once you’ve left the area, so you have memory savings similar to streaming but without the time needed to load/unload the objects.