Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TDenseGrid3
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Set the grid value at (X,Y,Z) | Spatial/DenseGrid3.h | ||
void SetValue
(
int32 X, |
Set the grid value at (X,Y,Z) | Spatial/DenseGrid3.h |
SetValue(const FVector3i &, ElemType)
Description
Set the grid value at (X,Y,Z)
| Name | SetValue |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Spatial/DenseGrid3.h |
| Include Path | #include "Spatial/DenseGrid3.h" |
void SetValue
(
const FVector3i & CellCoords,
ElemType NewValue
)
SetValue(int32, int32, int32, ElemType)
Description
Set the grid value at (X,Y,Z)
| Name | SetValue |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Spatial/DenseGrid3.h |
| Include Path | #include "Spatial/DenseGrid3.h" |
void SetValue
(
int32 X,
int32 Y,
int32 Z,
ElemType NewValue
)