Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TBlockedGrid3
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TUniquePtr< BlockData3Type > & GetBlockData
(
const FVector3i& BlockIJK |
Spatial/BlockedDenseGrid3.h | ||
const TUniquePtr< BlockData3Type > & GetBlockData
(
const FVector3i& BlockIJK |
Spatial/BlockedDenseGrid3.h | ||
TUniquePtr< BlockData3Type > & GetBlockData
(
int32 BlockIndex |
Spatial/BlockedDenseGrid3.h | ||
const TUniquePtr< BlockData3Type > & GetBlockData
(
int32 BlockIndex |
Spatial/BlockedDenseGrid3.h |
GetBlockData(const FVector3i &)
| Name | GetBlockData |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Spatial/BlockedDenseGrid3.h |
| Include Path | #include "Spatial/BlockedDenseGrid3.h" |
TUniquePtr < BlockData3Type > & GetBlockData
(
const FVector3i & BlockIJK
)
reference to a unique pointer that points to a block that may or may not be allocated
Parameters
| Name | Remarks |
|---|---|
| BlockIJK | the lattice address of the block in terms of block units ( e.g. the location in a grid of blocks). |
GetBlockData(const FVector3i &)
| Name | GetBlockData |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Spatial/BlockedDenseGrid3.h |
| Include Path | #include "Spatial/BlockedDenseGrid3.h" |
const TUniquePtr < BlockData3Type > & GetBlockData
(
const FVector3i & BlockIJK
) const
reference to a unique pointer that points to a block that may or may not be allocated
Parameters
| Name | Remarks |
|---|---|
| BlockIJK | the lattice address of the block in terms of block units ( e.g. the location in a grid of blocks). |
GetBlockData(int32)
| Name | GetBlockData |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Spatial/BlockedDenseGrid3.h |
| Include Path | #include "Spatial/BlockedDenseGrid3.h" |
TUniquePtr < BlockData3Type > & GetBlockData
(
int32 BlockIndex
)
reference to a unique pointer that points to a block that may or may not be allocated
Parameters
| Name | Remarks |
|---|---|
| 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() |
GetBlockData(int32)
| Name | GetBlockData |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Spatial/BlockedDenseGrid3.h |
| Include Path | #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 | Remarks |
|---|---|
| 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() |