Navigation
API > API/Runtime > API/Runtime/Landscape > API/Runtime/Landscape/ALandscapeProxy
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ULandscapeLayerInfoObject * CreateLayerInfo
(
const TCHAR* InLayerName, |
LandscapeProxy.h | ||
static ULandscapeLayerInfoObject * CreateLayerInfo
(
const TCHAR* InLayerName, |
LandscapeProxy.h | ||
static ULandscapeLayerInfoObject * CreateLayerInfo
(
const TCHAR* InLayerName, |
LandscapeProxy.h |
CreateLayerInfo(const TCHAR , const ULandscapeLayerInfoObject )
| Name | CreateLayerInfo |
| Type | function |
| Header File | /Engine/Source/Runtime/Landscape/Classes/LandscapeProxy.h |
| Include Path | #include "LandscapeProxy.h" |
| Source | /Engine/Source/Runtime/Landscape/Private/LandscapeEdit.cpp |
ULandscapeLayerInfoObject * CreateLayerInfo
(
const TCHAR * InLayerName,
const ULandscapeLayerInfoObject * InTemplate
)
CreateLayerInfo(const TCHAR , const FString &, const ULandscapeLayerInfoObject )
| Name | CreateLayerInfo |
| Type | function |
| Header File | /Engine/Source/Runtime/Landscape/Classes/LandscapeProxy.h |
| Include Path | #include "LandscapeProxy.h" |
| Source | /Engine/Source/Runtime/Landscape/Private/LandscapeEdit.cpp |
static ULandscapeLayerInfoObject * CreateLayerInfo
(
const TCHAR * InLayerName,
const FString & InFilePath,
const ULandscapeLayerInfoObject * InTemplate
)
CreateLayerInfo(const TCHAR , const ULevel , const ULandscapeLayerInfoObject *)
| Name | CreateLayerInfo |
| Type | function |
| Header File | /Engine/Source/Runtime/Landscape/Classes/LandscapeProxy.h |
| Include Path | #include "LandscapeProxy.h" |
| Source | /Engine/Source/Runtime/Landscape/Private/LandscapeEdit.cpp |
static ULandscapeLayerInfoObject * CreateLayerInfo
(
const TCHAR * InLayerName,
const ULevel * InLevel,
const ULandscapeLayerInfoObject * InTemplate
)