WoLD Archives Search About Contact

World of Level Design

Tutorials to Becoming the Best Level Designer and Game Environment Artist (since 2008)

UE5: How to Adjust Normal Map Intensity the Correct Way - 2 Effective Methods

Category: UE5
July 29, 2025

Normal Maps are essential for adding depth and surface detail to your Materials in UE and also improve how assets are lit.

But sometimes you need to increase or decrease that Normal Map intensity to get the result you want.

In this tutorial, I'll break down 2 methods to control Normal Map intensity: a recommended, correct approach and a quick, prototyping alternative.

Whether you want a more pronounced or subtler effect, these techniques will help you achieve professional results.

Let's get into it.

Video Tutorial

Beginner Standard Material Tutorials

This tutorial assumes you've already gone through these 2 Standard Material Editor tutorials:

Option 1: The Recommended Method

This method is the most efficient and the correct way to control Normal Map intensity. It isolates the red and green channels of the Normal Map, adjusts their intensity, leaving the blue channel unaffected.

Normal Map Intensity Controls:

  • Insert Component Mask node with Red and Green channels enabled:
  • Add a Multiply Node with Scalar Parameter to control Normal Map Intensity
  • Scalar Parameter (Constant1Vector converted to a parameter) exposes this node inside the Material Instance
  • Connect Component Mask to Multiply A and Scalar Parameter to Multiply B

Append the Blue Channel Back In and Normalize:

  • Reattach the Blue Channel back in using Append Vector node
  • Add a Constant1Vector node with of 1 and connect it to the B input of the Append node
  • Connect Multiply node output to the A input of the Append node. This reintroduces the unaffected blue channel
  • Add a Normalize node (search for "Normalize") to ensure the Normal Map values stay within the 0–1 range, preventing lighting artifacts
  • Connect the Append node output to the Normalize node, then connect the Normalize output to the material's Normal input

Apply and Test:

Apply the Material changes. Open the Material Instance editor and adjust the Normal Map Intensity:

  • Above 1: Increases Normal Map intensity
  • Below 1: Decreases Normal Map intensity
  • 0: Flattens the Normal Map completely

Why This Method?

This approach is correct because it only modifies the Red and Green channels, leaving the blue channel untouched, which is important  for accurate Normal Map calculations. The Normalize node Normal Map values stay within 0-1 range, preventing artifacts and lighting issues with the Normal Map.

Option 2: The Quick and Dirty Method

For rapid prototyping or when you need a simple setup, Flatten Normal node gives you a fast way to adjust Normal Map intensity.

Flatten Normal Node

  • Add the Flatten Normal Node
  • Connect the Normal Map's RGB output to the Normal input of the Flatten Normal node
  • Create a Scalar Parameter; Scalar Parameter (Constant1Vector converted to a parameter) exposes this node inside the Material Instance, set its default value to 1
  • Connect Scalar Parameter to Flatness input of the Flatten Normal node.

With this setup if you change the Flatness Scalar Parameter to:

  • 0: No changes
  • Above 0: Decreases Normal Map intensity
  • 1: Flattens the Normal Map
  • -1 or more: Increases Normal Map intensity

Invert the Flatness:

  • To make this setup control more intuitive, add a One Minus node
  • Connect the Scalar Parameter to the One Minus node, then connect the One Minus output to the Flatness input of the Flatten Normal node

This inverts the behavior: 1 is the default (no change), 0 flattens the Normal, and 2 increases Normal Map intensity.

Normalize the Output:

  • Add a Normalize node and connect the Flatten Normal output to it
  • Connect the Normalize output to the material's Normal input.

Apply and Test:

Apply the Material changes. Open the Material Instance editor and adjust the Normal Map Intensity:

  • Above 1: Increases Normal Map intensity
  • Below 1: Decreases Normal Map intensity
  • 0: Flattens the Normal Map completely

Why This Method?

The Flatten Normal method is quick to set up and ideal for prototyping when you can't recall the node setup for Option 1.

Use this for temporary setups and switch to Option 1 for final assets.

Best Practices and Recommendations

  • Use Option 1 for Final Assets: The component mask method is the most accurate, making sure correct Normal Map behavior without affecting the blue channel.
  • Use Option 2 for Prototyping: Flatten Normal method is great for quick tests but should be replaced with Option 1 for final Materials.
  • Normalize to Avoid Artifacts: Always include a Normalize node to keep values within the 0–1 range, preventing lighting or visual issues.
  • Test in Material Instances: Use Material Instances  to tweak intensity in real-time, improving workflow.

Dive Deeper with UE5 Master Material Creation

This tutorial covers just one aspect of material creation in UE5. To dive deeper into creating Materials for environment assets and props, check out "UE5 Master Material Creation" Tutorial Course.

SUBSCRIBE & GET FREE UE5 PDF GUIDE

Subscribe to receive NEW/UPDATED and FREE "UE5 Beginner's Quick Start Guide" PDF (90 pages).

Subscribe and Get Free UE5 PDF Guide

Visit this page for more info about the guide...


Follow WoLD




UE5 FUNDAMENTALS VOL.1 COURSE


UE5: RETRO OFFICE PROJECT


LEARN THE PREPRODUCTION PROCESS


ABOUT WoLD & ALEXG

About World of Level Design

My name is AlexG. I am self-taught level designer, game environment artist and the creator of World of Level Design.com. I've learned everything I know from personal experimentation and decades of being around various online communities of fellow environment artist and level designers. On World of Level Design you will find tutorials to make you become the best level designer and game environment artist.

Read More »


Home Terms of Use/Trademarks/Disclaimers Privacy Policy Donate About Contact

All content on this website is copyrighted ©2008-2024 World of Level Design LLC. All rights reserved.
Duplication and distribution is illegal and strictly prohibited.

World of Level Design LLC is an independent company. World of Level Design website, its tutorials and products are not endorsed, sponsored or approved by any mentioned companies on this website in any way. All content is based on my own personal experimentation, experience and opinion. World of Level Design™ and 11 Day Level Design™ are trademarks of AlexG.

Template powered by w3.css