Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TBlockedDenseGrid3
Description
Reconfigure the grid to have the target dimensions. This clears all the existing grid memory and resets the block-level default value.
| Name | Resize |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Spatial/BlockedDenseGrid3.h |
| Include Path | #include "Spatial/BlockedDenseGrid3.h" |
void Resize
(
int32 DimI,
int32 DimJ,
int32 DimK
)