Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Spatial > API/Runtime/GeometryCore/Spatial/TBlockedGrid3 > API/Runtime/GeometryCore/Spatial/TBlockedGrid3/GetBlockData
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Spatial/BlockedDenseGrid3.h |
| Include | #include "Spatial/BlockedDenseGrid3.h" |
const TUniquePtr < BlockData3Type > & GetBlockData
(
int32 BlockIndex
) const
reference to a unique pointer that points to a block that may or may not be allocated
Parameters
| Name | Description |
|---|---|
| BlockIndex | the index of the block in an internal linearization of the blocks. Note: BlockIJK and BlockIndex can be converted by means of BlockIJKToBlockIndex() and BlockIndexToBlockIJK() |