How i can create this water?

Hi, I am very interested in creating the interactive environment and I have a question, how can I make this water? Is there any guides or ready-made assets in the marketplace? Thank you.

You can create something like this with a particle system -> take a look at the effects demo which you can find in the learn tab (there you can find some “water drops” examples -> just increase the spawn rate) :slight_smile:
When it should collide/interact with the player, make sure that you give your particle system a collision -> https://docs.unrealengine/latest/INT/Engine/Rendering/ParticleSystems/Reference/Modules/Collision/index.html

Thank you very much!