How To Use
Last updated
Was this helpful?
Last updated
Was this helpful?
Note: This tutorial is for the UE5.0+.
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.
You can change the color of the surface from the Details Panel under Liquid Color.
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.)
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.
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.
You can edit and modify each Material used in this asset here.