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