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