FWaterQuadTree::QueryTileBoundsAtLocation

Walks down the tree and returns the tile bounds at InWorldLocationXY in OutWorldBounds.

Choose your operating system:

Windows

macOS

Linux

References

Module

Water

Header

/Engine/Plugins/Experimental/Water/Source/Runtime/Public/WaterQuadTree.h

Include

#include "WaterQuadTree.h"

Source

/Engine/Plugins/Experimental/Water/Source/Runtime/Private/WaterQuadTree.cpp

Syntax

bool QueryTileBoundsAtLocation
(
    const FVector2D & InWorldLocationXY,
    FBox & OutWorldBounds
) const

Remarks

Walks down the tree and returns the tile bounds at InWorldLocationXY in OutWorldBounds. Returns true if the query finds a leaf tile to return, otherwise false.