Navigation
API > API/Plugins > API/Plugins/Water > API/Plugins/Water/FWaterQuadTree
Description
Add water body render data to this tree. Returns the index in the array. Use this index to add tiles with this water body to the tree, see AddWaterTilesInsideBounds(..)
| Name | AddWaterBodyRenderData |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Water/Source/Runtime/Public/WaterQuadTree.h |
| Include Path | #include "WaterQuadTree.h" |
uint32 AddWaterBodyRenderData
(
const FWaterBodyRenderData & InWaterBodyRenderData
)