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
  • Poison Toxic Goo Lake
  • Poison Toxic Goo Spray
  • Poison Toxic Goo Post Process
  • Additional Information

Was this helpful?

  1. Supported Assets
  2. Poison Toxic Goo

How To Use

PreviousChangelogNextTexture Tools

Last updated 5 months ago

Was this helpful?

Note: This tutorial is for the UE5.0+.

We advise you to open the Demonstration map provided and look over how the asset is used first.

Poison Toxic Goo Lake

Simply drag and drop the BP_PoisonToxicGooLake Blueprint into your scene.

To scale the liquid surface, use Liquid Mesh Grid Size X/Y and Liquid Mesh Scale parameters within the Details Panel, rather than the default scale on the overall Actor.

The Liquid Mesh Grid Size X/Y defines how many water meshes are used for the surface. This will basically define how "tessellated" the surface is for the deformation effects.

You can change the color of the surface from the Details Panel under Liquid Color.

Changing the color here will also translate to the post process "Waterline" effect.

Bubbles are enabled by default and the parameters are:

  • Enable Bubbles: Toggle to enable/disable the bubble effects

  • Spawn Amount: The amount of bubbles to spawn on the liquid surface. (Bubble spawn amount will increase automatically with the scale parameter.)

  • Lifetime Min/Max: Controls each bubble particle lifetime minimum and maximum time in seconds.

  • Size Min/Max: Controls each bubble particles scale minimum and maximum.

  • Z Offset: Sets the Z axis location offset for the bubble particles. (Used in some cases where the particles need to be offset from the surface.)

Poison Toxic Goo Spray

Simply drag and drop the BP_PoisonToxicGooSpray Blueprint into your scene.

The parameters for the Spray Blueprint can be changed directly in the Details Panel under the category Particles.

These parameters are:

  • Color: Controls the color of the spray particle and the splash particle.

  • Render Sort Order: Used to set the translucency sort order of the splash particle (helpful in some use cases where you need to specify how the particles look.)

  • Velocity: Controls the velocity of the spray particle.

  • Lifetime: Controls the lifetime of the spray particle.

The splash particle is spawned using collision within the Niagara System.

Poison Toxic Goo Post Process

Drag and drop the BP_PoisonToxicGoo_PostProcess Blueprint into your scene.

This Blueprint is a simple drag and drop and has no parameters to modify as it's used to just enable the on screen "waterline" effect for the liquid surfaces.

Only one BP_PoisonToxicGoo_PostProcess is needed per scene.

Additional Information

You can edit and modify each Material used in this asset here.

This Blueprint is located in the same location as the BP_PoisonToxicGooLake listed .

This Blueprint is located in the same location as the BP_PoisonToxicGooLake listed .

here
here