Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FHeightField
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FReal GetHeight
(
int32 InIndex |
Chaos/HeightField.h | ||
FReal GetHeight
(
int32 InX, |
Chaos/HeightField.h |
GetHeight(int32)
| Name | GetHeight |
| 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 |
FReal GetHeight
(
int32 InIndex
) const
GetHeight(int32, int32)
| Name | GetHeight |
| 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 |
FReal GetHeight
(
int32 InX,
int32 InY
) const