Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TBasicBlockedDenseGrid3
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Set the grid value at CellIJK | Spatial/BlockedDenseGrid3.h | ||
void SetValue
(
int32 I, |
Set the grid value at (I,J,K) | Spatial/BlockedDenseGrid3.h |
SetValue(const FVector3i &, ElemType)
Description
Set the grid value at CellIJK
| Name | SetValue |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Spatial/BlockedDenseGrid3.h |
| Include Path | #include "Spatial/BlockedDenseGrid3.h" |
void SetValue
(
const FVector3i & CellIJK,
ElemType NewValue
)
SetValue(int32, int32, int32, ElemType)
Description
Set the grid value at (I,J,K)
| Name | SetValue |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Spatial/BlockedDenseGrid3.h |
| Include Path | #include "Spatial/BlockedDenseGrid3.h" |
void SetValue
(
int32 I,
int32 J,
int32 K,
ElemType NewValue
)