Navigation
API > API/Runtime > API/Runtime/Landscape > API/Runtime/Landscape/FLandscapeEditDataInterface
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GetHeightData
(
int32& X1, |
Implementation for sparse array. | LandscapeEdit.h | |
void GetHeightData
(
int32& X1, |
Implementation for fixed array. | LandscapeEdit.h |
GetHeightData(int32 &, int32 &, int32 &, int32 &, TMap< FIntPoint, uint16 > &)
Description
Implementation for sparse array.
| Name | GetHeightData |
| Type | function |
| Header File | /Engine/Source/Runtime/Landscape/Public/LandscapeEdit.h |
| Include Path | #include "LandscapeEdit.h" |
| Source | /Engine/Source/Runtime/Landscape/Private/LandscapeEditInterface.cpp |
void GetHeightData
(
int32 & X1,
int32 & Y1,
int32 & X2,
int32 & Y2,
TMap < FIntPoint, uint16 > & SparseData
)
GetHeightData(int32 &, int32 &, int32 &, int32 &, uint16 *, int32)
Description
Implementation for fixed array.
| Name | GetHeightData |
| Type | function |
| Header File | /Engine/Source/Runtime/Landscape/Public/LandscapeEdit.h |
| Include Path | #include "LandscapeEdit.h" |
| Source | /Engine/Source/Runtime/Landscape/Private/LandscapeEditInterface.cpp |
void GetHeightData
(
int32 & X1,
int32 & Y1,
int32 & X2,
int32 & Y2,
uint16 * Data,
int32 Stride
)