Navigation
API > API/Plugins > API/Plugins/Water > API/Plugins/Water/FWaterQuadTree
References
| Module | Water |
| Header | /Engine/Plugins/Experimental/Water/Source/Runtime/Public/WaterQuadTree.h |
| Include | #include "WaterQuadTree.h" |
Syntax
struct FTraversalOutput
Remarks
Output of the quadtree when asking to traverse it for visible water tiles
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< int32 > | BucketInstanceCounts | ||
| int32 | InstanceCount | Number of added instances | |
| TArray< FStagingInstanceData > | StagingInstanceData | This is the raw data that will be bound for the draw call through a buffer. |