Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Spatial > API/Runtime/GeometryCore/Spatial/TSparseGrid2
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Spatial/SparseGrid2.h |
| Include | #include "Spatial/SparseGrid2.h" |
bool Has
(
const FVector2i & Index
) const
true if there is an allocated element at this index
Parameters
| Name | Description |
|---|---|
| Index | an integer grid index |