Navigation
API > API/Plugins > API/Plugins/Water > API/Plugins/Water/FWaterQuadTree
Description
Walks down the tree and returns the tile height at InWorldLocationXY in OutWorldHeight. Returns true if the query hits an exact solution (either leaf tile or a complete subtree parent), otherwise false.
| Name | QueryTileBaseHeightAtLocation |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Water/Source/Runtime/Public/WaterQuadTree.h |
| Include Path | #include "WaterQuadTree.h" |
| Source | /Engine/Plugins/Experimental/Water/Source/Runtime/Private/WaterQuadTree.cpp |
bool QueryTileBaseHeightAtLocation
(
const FVector2D & InWorldLocationXY,
float & OutWorldHeight
) const