Navigation
API > API/Runtime > API/Runtime/Landscape > API/Runtime/Landscape/FLandscapeEditDataInterface
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetAlphaData
(
ULandscapeLayerInfoObject* LayerInfo, |
Updates weightmap for LayerInfo. | LandscapeEdit.h | |
void SetAlphaData
(
const TSet< ULandscapeLayerInfoObject* >& DirtyLayerInfos, |
Updates weightmaps for all layers. Data points to packed data for all layers in the landscape info. | LandscapeEdit.h | |
void SetAlphaData
(
ULandscapeLayerInfoObject* LayerInfo, |
LandscapeEdit.h |
SetAlphaData(ULandscapeLayerInfoObject , const int32, const int32, const int32, const int32, const uint8 , int32, ELandscapeLayerPaintingRestriction)
Description
Updates weightmap for LayerInfo.
| Name | SetAlphaData |
| 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 SetAlphaData
(
ULandscapeLayerInfoObject * LayerInfo,
const int32 X1,
const int32 Y1,
const int32 X2,
const int32 Y2,
const uint8 * Data,
int32 Stride,
ELandscapeLayerPaintingRestriction PaintingRestriction
)
SetAlphaData(const TSet< ULandscapeLayerInfoObject > &, const int32, const int32, const int32, const int32, const uint8 , int32, ELandscapeLayerPaintingRestriction)
Description
Updates weightmaps for all layers. Data points to packed data for all layers in the landscape info.
| Name | SetAlphaData |
| 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 SetAlphaData
(
const TSet< ULandscapeLayerInfoObject * > & DirtyLayerInfos,
const int32 X1,
const int32 Y1,
const int32 X2,
const int32 Y2,
const uint8 * Data,
int32 Stride,
ELandscapeLayerPaintingRestriction PaintingRestriction
)
SetAlphaData(ULandscapeLayerInfoObject , const int32, const int32, const int32, const int32, const uint8 , int32, ELandscapeLayerPaintingRestriction, bool, bool)
| Name | SetAlphaData |
| 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 SetAlphaData
(
ULandscapeLayerInfoObject * LayerInfo,
const int32 X1,
const int32 Y1,
const int32 X2,
const int32 Y2,
const uint8 * Data,
int32 Stride,
ELandscapeLayerPaintingRestriction PaintingRestriction,
bool bWeightAdjust,
bool bTotalWeightAdjust
)