Table of Contents

Water Compatibility

Version 1.0 of DWP2 only supports multiple water surfaces when used with Unreal Water plugin.

Flat Water

Example flat water hierarchy.

Any flat water system can be used with DWP2, even a simple StaticMesh or just an empty Actor. Performance-wise this is the least CPU-intensive way to use DWP2 since there are no water height queries that otherwise have to be run each frame with wavy water systems.

To use flat water:

If the position of the reference Actor never changes, there is an option to use the WaterObject without any WaterData components. In that case, the Default Water Height of WaterObject will be used. Same as for the No Water scenario below.

Unreal Water (4.26+)

Example setup hierarchy.

Unreal Water is still under heavy development by Unreal and some bugs are present.

Known bugs (affecting DWP2):

Setup

After entering play mode WaterDataUnrealWater a Buoyancy component will be attached to the actor. This is because DWP2 uses the default buoyancy system for detecting the currently active water surface. The Buoyancy component is otherwise not being used for any physics calculations.

Oceanology

Map_ModifiedWaves demo scene with DWP2 Yacht.
Setup

No additional setup is needed. BP_OceanologyWaterDataProvider will interface between Oceanology_Infinite and any WaterObjectComponents on the actor.

No Water

WaterObject can be used with no water of any kind present in the scene.
In that case the Default Water Height, Default Water Normal and Default Water Flow settings of the WaterObject will be used. The same settings will also be used if the WaterObject is configured with a WaterData script but the water in question can not be found. For example, when WaterDataUnrealWater is used and there is no Unreal water present at the current position.