How to Build a Magic Portal Ring in Fortnite
Tutorial beginner

How to Build a Magic Portal Ring in Fortnite

Updated beginner

How to Build a Magic Portal Ring in Fortnite

Do you want to build a magic portal that glows and spins? You can make one in Fortnite! It looks like a swirling vortex from a fantasy game. We will add an inner ring to make it look complete. This ring adds sparkles and shape. Let’s build some magic together.

What You'll Learn

  • How to copy a particle effect.
  • How to paste it in a new spot.
  • How to make a smaller, inner ring.
  • How to give your portal a solid center.

How It Works

Think of your portal like a pizza. The outer crust is the big ring of sparks. The cheese is the swirling center. To make a good pizza, you need both parts.

In Unreal Editor for Fortnite (UEFN), we use Niagara Systems for magic effects. A Niagara System is like a recipe for particles. Particles are tiny dots of light or smoke.

We already made the outer ring. Now we need the inner ring. We can copy the outer ring. Then we paste it inside. This saves time! It is like tracing a drawing.

We also need a center. The center is a flat disc. It sits inside the ring. It has a swirling texture. This makes the portal look alive.

Here is the plan:

  1. Copy the outer emitter.
  2. Paste it as a new emitter.
  3. Make it smaller for the inner ring.
  4. Add a disc for the center.

Let's Build It

We are working in the Niagara Editor. This is where we draw our magic recipes.

Step 1: Copy the Outer Emitter

Find the Emitter Stack for your outer ring. It is the big circle of sparks.

  1. Right-click on the outer Emitter Stack.
  2. Select Copy.

You just made a digital copy. It is like photocopying a page.

Step 2: Paste the New Emitter

Now we place the copy.

  1. Click in the empty graph area.
  2. Press Ctrl + V (or Cmd + V on Mac).
  3. Or right-click and select Paste.

A new Emitter Stack appears. It looks just like the first one. This is our new inner ring!

Step 3: Resize for the Inner Ring

The new ring is too big. It is the same size as the outer ring. We need to shrink it.

  1. Select the new Emitter Stack.
  2. Look for the Emitter settings.
  3. Change the Shape or Scale settings.
  4. Make it smaller than the first one.

Now it fits inside the first ring. It is the inner circle of the portal.

Step 4: Add the Center Disc

The ring needs a center. The center is a Static Mesh. A Static Mesh is a 3D shape. We will use a disc shape.

  1. Open the Modeling tools.
  2. Select Disc.
  3. Set the Radius to 200.0.
  4. Apply the Swirl Material.

This disc goes in the middle. It spins with the portal. It makes the magic look real.

// This is a guide, not code.
// You are using the Editor UI, not typing code yet.

// 1. Find the outer Emitter Stack.
// 2. Right-click -> Copy.
// 3. Click empty space -> Paste.
// 4. Select the new stack.
// 5. Shrink the size to fit inside.
// 6. Create a Disc Mesh.
// 7. Apply the Swirl Material to the Disc.
// 8. Place the Disc in the center.

Try It Yourself

Can you make the inner ring spin faster? Try changing the Rotation Speed in the new Emitter settings. Make it go faster than the outer ring. Watch how it looks!

Recap

You copied the outer ring to make an inner ring. You pasted it and shrank it. You added a disc for the center. Your portal is now complete! It looks like real magic.

References

  • https://dev.epicgames.com/documentation/en-us/fortnite/mystic-portal-2-create-inner-portal-ring-in-unreal-editor-for-fortnite
  • https://dev.epicgames.com/documentation/en-us/fortnite/mystic-portal-1-create-spark-particles-in-unreal-editor-for-fortnite
  • https://dev.epicgames.com/documentation/en-us/fortnite/mystic-portal-4-create-the-portal-center-in-unreal-editor-for-fortnite
  • https://dev.epicgames.com/documentation/en-us/fortnite/mystic-portal-in-unreal-editor-for-fortnite
  • https://dev.epicgames.com/documentation/en-us/fortnite/mystic-portal-3-create-portal-material-in-unreal-editor-for-fortnite

Verse source files

Turn this into a guided course

Add mystic-portal-2-create-inner-portal-ring-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