This documentation constantly improves and is under construction

This plugin allows you to interact with the window of your game or the window of any other process using this in combination with the .exe Extension.

<aside> ⭐

Reviews (These are the written reviews from the old Unreal Engine Marketplace)

</aside>

image.png

<aside> ℹ️ Important notes:

<aside> <img src="/icons/wall_gray.svg" alt="/icons/wall_gray.svg" width="40px" /> **All Nodes (**🏗️ = I am currently working on finishing the docs for that) You can click on each node for all the details

</aside>

Window Extension Nodes

Note for myself: Add showcase tutorial for recreating :)

shopsite_: node descr. + var

Set Window Icon

  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

image.png