Is it possible to load an image at runtime?

I am making a game where the player can have custom emblems. My question is: Is it possible to load an image at runtime to use it as an emblem?

Just to help other find the answer, here are three duplicates of this one, each with different answers :

  1. How can i load external images at runtime?
  2. Loading textures at runtime
  3. Is it possible to load bitmap or JPG files at runtime and use them on assets as textures?

The first one is linking to one of the great tutorials of Rame on the forums

1 Like

The answer is yes, but I think not without adding some C++ or a plugin.
Use SRombauts’ links.

Using specific plugin is the best way: Runtime Image & GIF Loader in Code Plugins - UE Marketplace