Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FHeightField
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsHole
(
int32 InIndex |
Chaos/HeightField.h | ||
bool IsHole
(
int32 InCellX, |
Chaos/HeightField.h |
IsHole(int32)
| Name | IsHole |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/HeightField.h |
| Include Path | #include "Chaos/HeightField.h" |
| Source | /Engine/Source/Runtime/Experimental/Chaos/Private/Chaos/HeightField.cpp |
bool IsHole
(
int32 InIndex
) const
IsHole(int32, int32)
| Name | IsHole |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/HeightField.h |
| Include Path | #include "Chaos/HeightField.h" |
| Source | /Engine/Source/Runtime/Experimental/Chaos/Private/Chaos/HeightField.cpp |
bool IsHole
(
int32 InCellX,
int32 InCellY
) const