Files
UnrealEngineUWP/Engine/Source/Editor/TextureEditor/Private
uriel doyon 0bec8ba89b Added "r.UITextureLODBias" in the scalability settings to add an extra bias to UI textures with mips.
Added 2 new texture filter modes :  TF_FirstMipNearest and TF_FirstMipBilinear. Those always sample the first (highest) mip.
When running with cooked content, TF_FirstMipNearest and TF_FirstMipBilinear will drop the all mips but the first (freeing mip tail memory).
In uncooked game, the visuals will be valid but memory of the mip trail is still allocated.
In the editor, the mip tail can still be visualized.

Fixed the texture editor streaming method description to actually reflect the state of the texture.

#rb nick.darnell


#ROBOMERGE-SOURCE: CL 4985873 via CL 4987451

[CL 4990180 by uriel doyon in Main branch]
2019-02-13 18:32:08 -05:00
..