How to edit camera height on mixamo characters?

Hi,

Just wondering if anyone can help, I’ve downloaded the free mixamo character pack and have successfully implemented it into my project, however the camera angle seems to be a little low for what I want (side scroller game)

Does anyone one know how to change camera angle and height? thanks :slight_smile:

Mixamo characters inherit their properties from a master blueprint including camera positioning. So you need to modify that blueprint.

  1. Search for “MixamoCharacter_Master” blueprint in Content Browser and double click to open blueprint panel.

  2. Goto Components mode

  3. You can see the camera there.

Thank you! Just what I was looking for!!! Thanks again :slight_smile:

Your welcome. Please up vote the answer so it appears as correct.