cynerboy
(cynerboy)
1
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
DPS
(DLPS)
2
Hi,
You have two options:
Create your own function in C++
This might help
Or the other option that you will hate:
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
Everynone
(Everynone)
3
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