UE has built in tools for texture arrays, which are generally superior to atlases. It does have some limitations of its own (for example at array elements must have the same sampler properties, like size and mipmap settings.)
Keep in mind that while these techniques may reduce draw calls, but they may also increase memory due to have potentially unused textures loaded… so just be very considerate when deciding what textures belong in an array together.
1 Like