🏗️Set Window Icon

📄 Description

-

Name
Description

Optional Window ID

Icon Texture

  1. Make sure to use a texture that has an aspect ratio of 1:1. The icon should be for example 16x16 or 32x32 or 48x48 or 256x256. You can also use your own size like 200x200. Texture over 256x256 will look weird and will loose details.

  2. In your texture settings, make sure to enable “NoMipmaps”

  3. Make sure to set the texture group to “UI”

  4. Make sure to set it to UserInterface2D

  5. Transparent images are also supported

  6. Make sure not to input an invalid OptionalWindowID

  7. In PIE, the icon in the top left corner wont change

This will set both icons:

Last updated