I’m working on memory optimization for a dedicated server.
The documentation says: ‘A headless server does not render any visuals and nobody is playing locally on the headless server.’ Based on this, I assumed textures and materials would be excluded from the cooking process.
However, I still see UMaterial and UTexture in the memory profile. It seems that while these objects are cooked in, their actual rendering data (like vertex data or mipmaps) is stripped.
Is my assumption correct? If so, do audio and particle assets follow the same stripping logic?