Can you get the material of the web browser widget to display on a static mesh?

Can you get the material of the web browser widget to display on a static mesh?

I Exposed the material instance in the widget component to BPs, its already a blue-printable type. Then I made an actor with a static mesh and a widget component that used the web browser. You can bind the page loaded event in the browser widget to take the widget components material and assign it to the static mesh. Note that I scaled my widget to 0 to hide it. If you set it to hidden the material wont render. Also know this actor should never be spawned on a server now because of the web browser widget.

Can you go a bit more in depth about how you did this? Im trying to follow what you mean but cant seem to get it working. (New to UE4 for reference)

I would love to know how this works also. I’m having some trouble following the above steps.

You probably want to make something like a 3D widget. If you replace their widget with your web browser widget, this tutorial should help.

Let me know :wink:

I’m also interested. I already tried to what you described, but it doesn’t work.
I even tried to make it more simple:
I created a widget component in an actor blueprint and put it’s material to the static mesh (you can see from the screenshot that the static mesh has the same material as the 3d widget component)

I even tried to assign the material ingame, but still nothing: