Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TBlockedGrid3Layout
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GetBlockAndLocalIndex
(
const FVector3i& IJK, |
Return the block index and local index of the cell at (I,J,K). | Spatial/BlockedLayout3.h | |
void GetBlockAndLocalIndex
(
int32 I, |
Spatial/BlockedLayout3.h |
GetBlockAndLocalIndex(const FVector3i &, int32 &, int32 &)
Description
Return the block index and local index of the cell at (I,J,K).
| Name | GetBlockAndLocalIndex |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Spatial/BlockedLayout3.h |
| Include Path | #include "Spatial/BlockedLayout3.h" |
void GetBlockAndLocalIndex
(
const FVector3i & IJK,
int32 & BlockIndexOut,
int32 & LocalIndexOut
) const
GetBlockAndLocalIndex(int32, int32, int32, int32 &, int32 &)
| Name | GetBlockAndLocalIndex |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Spatial/BlockedLayout3.h |
| Include Path | #include "Spatial/BlockedLayout3.h" |
void GetBlockAndLocalIndex
(
int32 I,
int32 J,
int32 K,
int32 & BlockIndexOut,
int32 & LocalIndexOut
) const