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