I’m trying to optimize my scene and looked into this “Texture2DArray” asset class. I assumed what it does is to load multiple textures into memory, similar to texture atlasing.
However when googling Texture2DArray+Unreal there is little documentation to be found.
Can someone briefly explain the workflow for this asset, and its proper usecase?
Thanks!