Navigation
API > API/Runtime > API/Runtime/Landscape > API/Runtime/Landscape/FLandscapeEditDataInterface
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GetHeightAlphaBlendDataTempl
(
int32& X1, |
LandscapeEdit.h | ||
void GetHeightAlphaBlendDataTempl
(
int32& ValidX1, |
GetHeightAlphaBlendDataTempl(int32 &, int32 &, int32 &, int32 &, TStoreData &)
| Name | GetHeightAlphaBlendDataTempl |
| Type | function |
| Header File | /Engine/Source/Runtime/Landscape/Public/LandscapeEdit.h |
| Include Path | #include "LandscapeEdit.h" |
template<typename TStoreData>
void GetHeightAlphaBlendDataTempl
(
int32 & X1,
int32 & Y1,
int32 & X2,
int32 & Y2,
TStoreData & StoreData
)
GetHeightAlphaBlendDataTempl(int32 &, int32 &, int32 &, int32 &, TDataAccess &)
| Name | GetHeightAlphaBlendDataTempl |
| Type | function |
| Header File | /Engine/Source/Runtime/Landscape/Private/LandscapeEditInterface.cpp |
| Include Path | #include "LandscapeEditInterface.cpp" |
template<typename TDataAccess>
void GetHeightAlphaBlendDataTempl
(
int32 & ValidX1,
int32 & ValidY1,
int32 & ValidX2,
int32 & ValidY2,
TDataAccess & StoreData
)