Contextual Filtering: How to Stop Your Device Panel From Looking Like a Spam Folder
Tutorial beginner

Contextual Filtering: How to Stop Your Device Panel From Looking Like a Spam Folder

Updated beginner

Contextual Filtering: How to Stop Your Device Panel From Looking Like a Spam Folder

So you’re building an island, and you open the settings for a device. Suddenly, half the options vanish into thin air. You’re left staring at a single dropdown menu, wondering if you broke the game.

Relax. You didn’t break anything. You just hit Contextual Filtering.

Think of Contextual Filtering as the ultimate minimalist interior designer for your devices. It hides the clutter you don’t need right now so you can focus on what matters. If you set a device to "Team Play," it won’t show you options for "Solo Mode." It’s smart. It’s clean. And once you understand it, you’ll build faster than you can say "Battle Bus."

Let’s clear up the confusion and turn that empty settings panel into a powerful tool.

What You'll Learn

  • What Contextual Filtering is (and why it’s hiding your options).
  • How to read the clues (bold text vs. italics) in the device menu.
  • How to use it to build smarter, not harder.
  • A mini-challenge to test your new "filter-reading" skills.

How It Works

The "Stealth Mode" of Device Settings

Imagine you’re in the lobby choosing your loadout. If you pick a Sniper Rifle, you don’t need to see options for a Shotgun’s zoom level. It’s irrelevant. Contextual Filtering does exactly this for your island devices.

It’s a feature that hides or shows specific options based on what you’ve already chosen for related settings. It’s not a bug; it’s a feature designed to reduce clutter.

How to Spot the Clues

When you’re editing a device (like a Nitro Hoop, Item Granter, or Prop Manipulator), the interface gives you two visual hints:

  1. Bold Text: These are the Default values. The safe, standard choice. If you don’t touch anything, this is what the device uses.
  2. Italic Text: These are the Contextual Triggers. When you select an option in italics, it acts like a key that unlocks (or locks) other menus.

Example: Let’s say you’re using an Item Granter (the device that gives players guns).

  • You have an option called "Receiving Players."
  • If you select Triggering Player (italic), the device might hide options that apply to "All Players" because it doesn’t make sense anymore.
  • If you select All Players (bold/default), it might show you extra options like "Grant to Team" or "Grant to Enemy."

The device is essentially saying: "Hey, since you picked X, you probably don’t need Y. I’m hiding Y to save you time."

Why This Matters for Your Build

  1. Less Noise: You won’t waste time scrolling past 20 irrelevant options.
  2. Fewer Mistakes: You can’t accidentally set a "Team Only" value if the device hides that option when you’re in Solo mode.
  3. Cleaner Logic: It forces you to think about the context of your game. Is this item for everyone? Or just the person who stepped on the trigger?

Let's Build It

We’re going to build a "Smart Loot Box" using an Item Granter. We’ll use Contextual Filtering to make sure the loot behaves differently depending on whether you’re playing Solo or Team mode.

The Goal:

  • If a player triggers the box, they get a Pistol.
  • If the Team triggers the box, the whole team gets Ammo.

Step 1: Place Your Device

  1. Open your island editor.
  2. Place an Item Granter device.
  3. Place a Trigger Volume over it (so players have to step on it).

Step 2: Configure the Granter (The Filtering Part)

  1. Click the Item Granter to open its settings.
  2. Look for the "Receiving Players" option.
    • You’ll see options like: Triggering Player, All, Triggering Team.
    • Notice which ones are in italics? Those are your filters.
  3. Scenario A (Solo): Select Triggering Player.
    • Watch what happens. Options related to "Team" or "All" might disappear or gray out. This is Contextual Filtering in action. It knows you only care about one person.
  4. Scenario B (Team): Change it to Triggering Team.
    • Now, options related to individual players might disappear. The device is filtering out the noise.

Step 3: Assign the Loot

  1. In the "Item" slot, add a Pistol.
  2. Connect the Trigger Volume to the Item Granter’s On Triggered input.

Step 4: The Verse Twist (Optional but Cool)

If you want to get fancy with Verse, you can write a script that dynamically changes the "Receiving Players" setting based on the game mode. But for now, let’s keep it simple: Use the UI’s built-in filtering to set your base behavior.

Why this is better than coding it from scratch: Contextual Filtering is the "low-code" way to handle logic. You’re letting the engine decide which options are relevant. It’s like having a smart assistant that says, "You’re building a trap? Here are only the trap options. I hid the healing potion options because they’re irrelevant."

Try It Yourself

Challenge: Find a Prop Manipulator device.

  1. Set the "Action" to Move.
  2. Look for the "Move Type" option.
  3. Change it to Translate (or whatever the current option is).
  4. Observe: What options appear or disappear?
  5. Hint: If you change the Move Type to Rotate, do the "Distance" or "Speed" options change their behavior?

Goal: Figure out which option in the Prop Manipulator triggers the most "contextual" changes. Is it the Action? The Move Type? Or something else?

(Don’t worry if you don’t get it right away. Contextual Filtering is like a hidden door—once you find the right key, everything clicks.)

Recap

  • Contextual Filtering hides irrelevant options to keep your device settings clean.
  • Bold = Default/Safe choice.
  • Italics = Triggers that change what other options are visible.
  • Use it to simplify your builds. If an option disappears, it’s probably because it doesn’t make sense in your current context.

Now go forth and filter. Your device panels will thank you.

References

  • https://dev.epicgames.com/documentation/en-us/fortnite/fortnite-glossary
  • https://dev.epicgames.com/documentation/en-us/fortnite-creative/using-nitro-hoop-devices-in-fortnite-creative
  • https://dev.epicgames.com/documentation/en-us/fortnite-creative/using-item-granter-devices-in-fortnite-creative
  • https://dev.epicgames.com/documentation/en-us/fortnite/using-item-granter-devices-in-fortnite-creative
  • https://dev.epicgames.com/documentation/en-us/fortnite-creative/using-prop-manipulator-devices-in-fortnite-creative

Turn this into a guided course

Add Contextual Filtering 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