Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TDenseGrid3
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Resize
(
int DimX, |
Spatial/DenseGrid3.h | ||
void Resize
(
int DimX, |
Spatial/DenseGrid3.h |
Resize(int, int, int, EAllowShrinking)
| Name | Resize |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Spatial/DenseGrid3.h |
| Include Path | #include "Spatial/DenseGrid3.h" |
void Resize
(
int DimX,
int DimY,
int DimZ,
EAllowShrinking AllowShrinking
)
Resize(int, int, int, bool)
| Name | Resize |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Spatial/DenseGrid3.h |
| Include Path | #include "Spatial/DenseGrid3.h" |
void Resize
(
int DimX,
int DimY,
int DimZ,
bool bAllowShrinking
)