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