SHADERSOURCE.io
UE4 Marketplace PageYoutubeDiscord
  • SHADERSOURCE.io Documentation
  • FAQ Answers
    • Sales/Discounts
    • Platform Support
    • River Buoyancy & Branching River Tool Differences
    • Waterfall Tool and Waterfall Tool 2 Differences
    • [UE4] Asset Displaying Wrong
  • Support
  • Featured Assets
    • [FEATURED] Landscape Material Tool
    • [FEATURED] Waterfall Tool 2
  • Supported Assets
    • Branching River Tool
      • Changelog
      • How To Use
    • Fluid Interaction Tool
      • Changelog
      • How To Use
        • Demo Map
        • 1. Render Targets
        • 2. Materials
        • 3. Fluid Controller
        • 4. Fluid Component
    • Landscape Material Tool
      • Changelog
        • Changelog v2.0
      • How To Use (5.4+)
        • Quick Tutorial
        • Plugin Content
        • Landscape Material Tool Editor Mode
          • Material Tab
            • Valid Material
            • Convertible Material
          • Instance Tab
          • Layer Tab
        • Landscape Material Tool Project Settings
      • How To Use (Legacy 4.26-5.3)
        • Getting Started
          • UI Overview
          • Setting up a Landscape Layer
          • Creating a Landscape Material
        • Advanced Features
          • Advanced Landscape Layers
          • Advanced Landscape Material
        • Setting up Runtime Virtual Texture
        • Setup and Using Nanite Displacement
    • Level Palette
      • Changelog
      • How To Use
    • Poison Toxic Goo
      • Changelog
      • How To Use
    • Texture Tools
      • Changelog
    • Tropical Ocean Tool
      • Changelog
      • How To Use
    • Waterfall Tool
      • Changelog
      • How to Use
    • Waterfall Tool 2
      • Changelog
      • How To Use
        • Quick Tutorial (Simple Mode)
        • Waterfall 2 Actor
        • Plugin Content
        • Waterfall Tool 2 Editor Mode
          • Simple Tab
          • Advanced Tab
            • Paths
            • Meshes
            • Materials
            • FX
            • Bake
          • Debug Tab
        • Materials Reference
  • No Longer in Support
    • Procedural Water Foliage
      • Changelog
      • How To Use
    • Procedural FX Spawner
      • Changelog
      • How to Use
    • River Buoyancy Tool
      • Changelog
      • How To Use
    • Weather Tool
      • Changelog
      • How To Use
  • Coming Soon
  • BUY SHADERSOURCE PRODUCTS
    • Fab
  • SHADERSOURCE SOCIALS
    • Discord
    • YouTube
    • Rumble
    • Instagram
    • Twitter/X
    • LinkedIn
    • ArtStation
Powered by GitBook
On this page

Was this helpful?

  1. Supported Assets
  2. Texture Tools
  3. How To Use (5.4+)
  4. UI Reference

Job: Normal From Height

This documentation is for update 2.0+, applied to 5.4+.

Last updated 13 days ago

Was this helpful?

  • Input Settings

    • Heightmap Channel: The channel of the Heightmap in the Input Heightmap.

    • Use Derivative: Whether to use Derivatives or Texture Data Offsets to calculate the normal.

    • Offset: Offset of the Heightmap in the output Normal Map.

    • Normal Intensity: Intensity of the output Normal Map.

    • Blur

      • Use Blur: Whether to blur the output Normal Map.

      • Blur Distance: Distance of blur in UV space.

      • Blur Distance Steps: Number of steps along distance.

      • Blur Radial Steps: Number of radial steps to perform.

      • Blur Radial Offset: Number of radial steps to perform.

      • Blur Kernal Power: Number of radial steps to perform.

  • Output Settings

    • Texture Resolution: Resolution of the Output Texture.

    • Texture Format: The format of the Output Texture.

    • Texture Compression: The compression format of the Output Texture.

    • Texture Mip Settings: The Texture Mip of the Output Texture.

    • Compress Without Alpha: Whether to include the Alpha in the compression of the Output Texture.

    • SRGB: sRGB is only available in 8-bit due to engine limitations. NOTE: This sRGB checkbox only affects the gamma of the Output Texture. The output UTexture2D will NOT be sRGB due to engine limitations.

  • Generate Settings

    • Output Texture Name: The name of the Job and Output Texture. This will be numbered up automatically if the file already exists.

    • Output Path: The relative path for the Output Texture.

  • Export Settings

    • Export: Whether to export the output to disk when generated.

    • Export Path: The absolute path to export the Output Texture.

    • Export Settings

      • Format: The desired output image format to write to disk.

      • Compression Quality: An image format specific compression setting. Either 0 (Default) or 1 (Uncompressed) for EXRs, or a value between 0 and 100.

      • Overwrite File: Whether to overwrite the image if it already exists.

      • Async: Whether to perform the writing asynchronously, or to block the game thread until it is complete.