How to show player in inventory widget?

i have my inventory and im trying to add my characters whole body in the widget so the player can see the character in the inventory but i dont know how which brings me to here. btw i only use blueprints

This is usually done by creating a special “room” somewhere on the map (far away, so player won’t be able to see it), where extra character model and camera is placed.

When you want to enter the inventory - you switch to the inventory camera and add widgets to the screen.

The character can be rendered as it is, or rendered to a render texture and displayed as a widget.

‘Set View Target with Blend’ node.

So how do i change cameras? sorry im new to this stuff

easy