How to give higher streaming priority to a texture?

Hi there,
I’m content with texture streaming in ue4 for the most part but I frequently find my self in the situation where engine needs to handle a bit more texture memory then the system have. Often in that situation engine streams texture unevenly and that’s understandable, but it often streams only in very small mips for important objects. Is there some way to tell engine which textures are more perceptually critical/ important?

I found one chack for it:
https://translate.google.com/translate?hl=en&sl=auto&tl=en&u=https%3A%2F%2Fqiita.com%2FEGJ-Nori_Shinoyama%2Fitems%2F8b3c2e4e372f05e33476

You can set texture group to character to give textures a bit higher priority. CPP file seams to confirm it.