Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TBlockedGrid3
Description
Methods on the block's default values. The block 'default value' is returned when querying a cell in an unallocated block, and is used to initialize the block on allocation.
| Name | GetBlockDefaultValue |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Spatial/BlockedDenseGrid3.h |
| Include Path | #include "Spatial/BlockedDenseGrid3.h" |
ElemType GetBlockDefaultValue
(
const FVector3i & BlockIJK
) const
the default value for the specified block.
Parameters
| Name | Remarks |
|---|---|
| BlockIJK | the lattice address of the block in terms of block units ( e.g. the location in a grid of blocks). |