Character Model Gallery

Hey Guys!

I’ve looked and I’ve looked to find some answers but unfortunately, I cannot find a simple solution. I was aiming to create a character Model Gallery, like the one from the “Uncharted” Series or “Detroit Become Human”, where you can zoom and rotate your character with the mouse or controller. I’m not too sure where to start, therefore I don’t have any blueprints to reference.

If there is a way this is possible that someone knows, I would very much appreciate your help.
Thank You

To do what you mentioned you should start first to understand how to use the widget to display them on the screen:

Creating Widgets

Widget Blueprints

To zoom you could configure a camera that zooms in and out of the lens. To rotate your character you would have to get a reference from it and then add a rotation value. you could use AddLocalRotation or AddActorWorldRotation depending on your case.

AddLocalRotation

AddActorWorldRotation

i leave this:

forums addlocalrotation to a character

Thank You! This helped me out a lot. Now all I have to do is fix some camera issues and it should work like a charm.