In this tutorial we will take a look at the new water system in UE4 4.26, at the time of writing this, it’s still in preview and not recommended to be used in production.
1. Make sure the plugin is enabled (restart editor required)

2. To make it work on a new created landscape, make sure to enable edit layers when creating it

3. However if you already have an existing landscape, you can click on it and then enable edit layers on it

4. Now simply add a lake or river or whatever water pre-set you with to use

5. Looks cool, but in order to swim in it, you need to implement swimming functionality, luckily FPS Game Starter Kit has it for years now, so just call those events on overlap with the new water

6. Still on the character, add this inside the Capsule Trace for Smooth Crouch function.

That’s it!