How to make Image Object in blueprint?

I get screenshot in my game and by default saved to this path: /saved/windows/screenshot/

I want set screenshot image in my Image Widget Object.

I don’t know how to make Image Object in blueprint.

I don’t want add plugin to my project. I hate plugins.

Thanks

Hi,

You have two options:

Create your own function in C++
This might help

Or the other option that you will hate:
:sun_with_face: Victory Plugin ~ Rama’s Extra Blueprint Nodes for UE5, No C++ Required!

Ramas plugin has a lot of useful nodes, but you can also create them yourself

1 Like

I don’t know how to make Image Object in blueprint.

The node is called Construct Object from Class, you need to provide Outer to serve as a wrapper.

1 Like

Try this:

My Products

4 Likes