Response->GetContent() to UTexture

How create a UTexture from Response->GetContent()?

Take a look at UTextureFactory::ImportTexture in Engine\Source\Editor\UnrealEd\Private\Factories\EditorFactories.cpp. That’s how we create UTextures from various importable formats, png, jpeg…etc.

Working \o/. thanks very much!