.ico and .icns Support

Hello,

I can not load ico and icns, but both are listed as supported formats (Enum: EImageFormat)

IImageWrapperPtr Iwrapper = ImageWrapperModule.CreateImageWrapper(ImageFormat);
LoadedT2D = UTexture2D::CreateTransient(Iwrapper ->GetWidth(), Iwrapper ->GetHeight(), PF_B8G8R8A8);

I saw that both does not generate an .uasset file.

Greetings

Hello,

The code on that documentation page is auto-generated, and may not be implemented at this time. Currently, we do not support .ico or .icns files, as you are not able to import files of this type into the editor. On the page linked below, under the “What Common File Format are Supported?” header, you will find all of the file formats that we support at this time: Unreal Engine 4 For Unity Developers | Unreal Engine Documentation

Have a great day,

Sean Flint