Navigation
API > API/Runtime > API/Runtime/Landscape > API/Runtime/Landscape/FLandscapeComponentDataInterface
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint16 GetHeight
(
int32 VertexIndex |
LandscapeDataAccess.h | ||
uint16 GetHeight
(
int32 LocalX, |
LandscapeDataAccess.h |
GetHeight(int32)
| Name | GetHeight |
| Type | function |
| Header File | /Engine/Source/Runtime/Landscape/Public/LandscapeDataAccess.h |
| Include Path | #include "LandscapeDataAccess.h" |
uint16 GetHeight
(
int32 VertexIndex
) const
GetHeight(int32, int32)
| Name | GetHeight |
| Type | function |
| Header File | /Engine/Source/Runtime/Landscape/Public/LandscapeDataAccess.h |
| Include Path | #include "LandscapeDataAccess.h" |
uint16 GetHeight
(
int32 LocalX,
int32 LocalY
) const