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