Navigation
API > API/Runtime > API/Runtime/Landscape > API/Runtime/Landscape/FLandscapeEditDataInterface
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GetWeightData
(
ULandscapeLayerInfoObject* LayerInfo, |
Implementation for sparse array. | LandscapeEdit.h | |
void GetWeightData
(
ULandscapeLayerInfoObject* LayerInfo, |
Implementation for fixed array. | LandscapeEdit.h |
GetWeightData(ULandscapeLayerInfoObject *, int32 &, int32 &, int32 &, int32 &, TMap< FIntPoint, uint8 > &)
Description
Implementation for sparse array.
| Name | GetWeightData |
| 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 GetWeightData
(
ULandscapeLayerInfoObject * LayerInfo,
int32 & X1,
int32 & Y1,
int32 & X2,
int32 & Y2,
TMap < FIntPoint, uint8 > & SparseData
)
GetWeightData(ULandscapeLayerInfoObject , int32 &, int32 &, int32 &, int32 &, uint8 , int32)
Description
Implementation for fixed array.
| Name | GetWeightData |
| 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 GetWeightData
(
ULandscapeLayerInfoObject * LayerInfo,
int32 & X1,
int32 & Y1,
int32 & X2,
int32 & Y2,
uint8 * Data,
int32 Stride
)