Character Creator

How do I make one or use one?
I found one made for free use, i’m just interested to replace it with my own human model & stuff.
You got any tutorials or lessons online where I can learn building one or just simply recreate from the one I found?

If you can answer, it would be big help, thnx.

For those who didn’t understand: " Me and a couple of my friends look after an character selection screen where we talk about how the character of the game is looking and to say it straight forward, easily to modify textures, hair styles, clothes, weapons you name it, can you please help us!"

-Gamingstarx (Perry)
Luniz Studios, CEO & Game-Designer

I don’t think they have tutorial for this, I searched once but I found nothing. Also I don’t know how much advanced this project is, but it look like you have everything to start. My advises would be too look carefully at the blueprint and try to reproduce it. I never make a character creator so maybe they are some step that I’ll missing. But this is essentially what you need.

what you need =>

  • Character with morph target
  • widget blueprint with slider to control your morph target
  • And finaly a way to save the value of each morph target (many way to done it, depend if it’s a multiplayer or singleplayer game)

You should open a blueprint and type morph target (without context sensitive) you will see all option in blueprint for this. You can set, get, clear your morph target and more with blueprint.

I wish it help you, if you have other question you can ask here or contact me on skype => consomer.yourself2

Have a good day!

Thanx xosh project!

Is it possible to show me it visually or something like links?

What you need to know exactly?

Hi thanx for suggestions and everything. I’ll look at those videos and then I’ll answer what I need to know exactly, because my friends & I, are making a game based of Unreal. But we look after an character selection screen where we talk about how the character of the game is looking and to say it straight forward, easily to modify textures, hair styles, clothes, weapons you name it.

But I really appreciate help! Thnx Xosh

So I open the project, everything you ask here is inside the free character creation project

look at the BP, it is a super good exemple to swap between material, object and more.

Go in Blueprint/HUD/CharacterCreateScreenWidget you have the main logic for modify material, add mesh and use morph target.

Tell me if don’t understand something, but take your time it a really easy BP.

Hi thnx for the great answers i’ll look at that.