Stop Dressing Your MetaHuman Like a Naked Yeti: Custom Sweaters in UEFN
Tutorial beginner

Stop Dressing Your MetaHuman Like a Naked Yeti: Custom Sweaters in UEFN

Updated beginner

Stop Dressing Your MetaHuman Like a Naked Yeti: Custom Sweaters in UEFN

Look, we’ve all been there. You spend hours building the ultimate combat arena, the lighting is cinematic, the traps are lethal—but then you spawn in your MetaHuman and they look like they just stepped out of a shower in a void. Default skins are fine for the lobby, but if you’re building a serious island, your characters need wardrobe.

You don’t need to be a fashion designer with a degree in textile engineering to fix this. You just need to know how to drag, drop, and simulate. In this guide, we’re going to skip the boring theory and jump straight into Marvelous Designer (the industry-standard tool for digital clothing) to craft a custom crewneck sweatshirt for your MetaHuman. By the end, you’ll have a piece of clothing that actually fits, moves, and makes your island look like it has a budget.

What You'll Learn

  • How to import a MetaHuman (Epic’s super-realistic human character) into Marvelous Designer.
  • How to use pre-made garment templates as a starting point instead of sewing from scratch.
  • The basics of simulation (making the cloth "fall" onto the character).
  • How to export your creation so it works in Unreal Editor for Fortnite (UEFN).

How It Works

Think of digital clothing like building in Fortnite. You don’t carve every brick from the ground up; you use pre-fab walls and floors. In Marvelous Designer, we do the same thing with fabric.

1. The Avatar (The Player)

Before you can dress someone, you need someone to dress. In Fortnite, you pick a skin from the shop. In Marvelous Designer, you import a MetaHuman. This is a highly detailed 3D model of a human body. It’s not just a mannequin; it has skin, muscles, and proportions that match the MetaHumans you use in UEFN.

2. The Garment Template (The Prefab)

You could draw a rectangle and try to sew it into a shirt by hand. That’s like trying to build a ramp by placing individual blocks one by one. It takes forever and looks terrible. Instead, Marvelous Designer gives you Garment Libraries. These are pre-sewn patterns for T-shirts, hoodies, pants, etc. We’re going to start with a basic T-shirt pattern and edit it into a sweatshirt.

3. Simulation (The Physics)

In Fortnite, when you drop a piece of building material, it falls and lands based on gravity. In Marvelous Designer, Simulation is the physics engine that does the same for cloth. When you hit "Play," the software calculates how the fabric interacts with gravity and the body underneath it. It “drapes” the cloth over the MetaHuman, folding and creasing it naturally.

4. The Scene Graph (The Hierarchy)

In UEFN, you have a Scene Graph where objects are organized in a tree structure (Parent > Child). In Marvelous Designer, your project has a similar hierarchy:

  • Avatar: The body (the root).
  • Garments: The clothes (children of the avatar).
  • Patterns: The 2D flat pieces of fabric that make up the garment (like the individual pieces of a puzzle).

If you mess up the pattern, the simulation breaks. If you move the Avatar, the clothes move with it. It’s all connected.

Let's Build It

We aren’t writing Verse code here because this is a 3D Asset Creation tutorial, not a programming one. However, the logic is just as strict as any script. If you get the syntax wrong in Verse, it doesn’t compile. If you get the sewing wrong in Marvelous, the cloth explodes.

Here is the step-by-step workflow to create your custom crewneck sweatshirt.

Step 1: Get Your MetaHuman In

First, you need the body.

  1. Open Marvelous Designer.
  2. Go to File > Add > Avatar.
  3. Select your MetaHuman file (usually an .fbx or .obj exported from the MetaHuman Creator).
  4. Pro Tip: Make sure the MetaHuman is in a neutral "T-Pose" or "A-Pose" if required by your specific version, though modern imports usually handle this automatically.

Step 2: Grab a Template

We’re making a crewneck sweatshirt. Don’t start from zero.

  1. Open the Library panel (usually on the left or right side).
  2. Navigate to Garment.
  3. Find Tshirt.zpac. (Yes, we’re starting with a T-shirt. It’s the "default" of clothing).
  4. Drag and drop it into the 3D Window.

Step 3: Position and Simulate

Now the cloth is floating in space, looking confused. Let’s fix that.

  1. Select the entire garment in the 3D window.
  2. Use the Select/Move tool (W key usually) to nudge the shirt so it’s roughly around the MetaHuman’s torso. It doesn’t need to be perfect yet.
  3. Click the Simulation button (the Play icon in the top toolbar).
  4. Watch the magic. The fabric will unfold, fall, and drape over the body.
  5. Stop the simulation when it looks reasonably settled.

Step 4: Edit the Patterns (The "Building" Phase)

Now we turn that T-shirt into a sweatshirt. This is where you edit the 2D Patterns.

  1. Switch to the 2D Window (top left). You’ll see flat shapes representing the front, back, and sleeves.
  2. Thicken the Fabric: In the properties panel, change the fabric type from "Cotton" (light) to something heavier like "Denim" or "Wool" to simulate sweatshirt material.
  3. Add Sleeves: If your T-shirt template has short sleeves, you can drag the sleeve edges down to make them longer.
  4. Create the Crewneck:
    • Select the neckline edge on the Front and Back patterns.
    • Use the Cut tool to remove the top part of the neck, creating a wider, rounder opening.
    • Use the Sew tool to connect any new edges you created.
  5. Add Ribbing (Optional): For a pro look, add a separate strip of fabric for the collar and cuffs. Sew it to the edges.

Step 5: Re-Simulate

Every time you change a pattern, you must re-simulate.

  1. Reset the simulation (Stop button, then Reset).
  2. Hit Play again.
  3. Check for glitches. If the cloth is clipping through the body (like a wall inside another wall), go back to the 2D window and adjust the pattern shape. It’s a loop: Edit -> Simulate -> Edit.

Step 6: Export for UEFN

Once your sweatshirt looks dope:

  1. Go to File > Export.
  2. Choose FBX or OBJ format (FBX is usually preferred for UE).
  3. Make sure to export the Mesh and the UVs (UVs are like the map for how textures wrap around the object—don’t skip this!).
  4. Import this file into Unreal Editor for Fortnite.
  5. In UE, use the Chaos Cloth component to make it move dynamically in-game.

Try It Yourself

Challenge: Your MetaHuman is wearing a basic T-shirt, but they look too thin. Create a Hoodie instead.

Hint:

  1. Start with the same T-shirt template.
  2. In the 2D window, extend the back pattern upward and connect it to the front pattern to form a hood shape.
  3. Don’t forget to sew the hood to the neck!
  4. Re-simulate and check if the hood hangs naturally or looks like a flat pancake.

(Don’t peek at the solution! If the hood looks weird, check your seam allowances and fabric weight settings.)

Recap

Creating custom clothing isn’t magic; it’s just digital sewing with physics.

  1. Import your MetaHuman as the base.
  2. Start with a garment template (like a T-shirt) to save time.
  3. Edit the 2D patterns to change the shape (sleeves, neck, length).
  4. Simulate to see how the cloth drapes on the body.
  5. Export and bring it into UEFN to wear it in-game.

Your island deserves better than default skins. Go make something wearable.

References

  • https://dev.epicgames.com/documentation/en-us/fortnite/making-a-sweater-with-marvelous-designer-in-unreal-editor-for-fortnite
  • https://dev.epicgames.com/documentation/en-us/uefn/realistic-assets-characters-and-environments-in-unreal-editor-for-fortnite
  • https://dev.epicgames.com/documentation/en-us/fortnite/realistic-assets-characters-and-environments-in-unreal-editor-for-fortnite
  • https://dev.epicgames.com/documentation/en-us/uefn/making-a-sweater-with-marvelous-designer-in-unreal-editor-for-fortnite
  • https://dev.epicgames.com/documentation/en-us/fortnite/creating-clothing-assets-for-unreal-editor-for-fortnite-using-unreal-engine

Turn this into a guided course

Add making-a-sweater-with-marvelous-designer-in-unreal-editor-for-fortnite to your free study plan — we'll suggest related pages and stitch the lot into one compile-checked, self-guided lesson with worked examples and quizzes.

Original tutorial generated by Verse Island from the Verse/UEFN knowledge base, with references to the Epic Games sources above. Code is validated against the knowledge base.

Comments

    Sign in to vote, comment, or suggest an edit. Sign in