Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Spatial > API/Runtime/GeometryCore/Spatial/TBlockedGrid3
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Spatial/BlockedDenseGrid3.h |
| Include | #include "Spatial/BlockedDenseGrid3.h" |
ElemType GetBlockDefaultValue
&40;
const FVector3i & BlockIJK
&41; const
Remarks
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. the default value for the specified block.
Parameters
| Name | Description |
|---|---|
| BlockIJK | the lattice address of the block in terms of block units ( e.g. the location in a grid of blocks). |