Get texture by its texture Guid

I got the Guid of a texture(it’s hardcoded in some other place so it’s always the same).
How can I get the Utexture itself using that Guid so I can use that as input for other stuff that requires UTexture?

Thanks