Navigation
API > API/Runtime > API/Runtime/Landscape > API/Runtime/Landscape/ULandscapeInfo
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetLayerInfoIndex
(
FName LayerName, |
LandscapeInfo.h | ||
int32 GetLayerInfoIndex
(
ULandscapeLayerInfoObject* LayerInfo, |
LandscapeInfo.h |
GetLayerInfoIndex(FName, ALandscapeProxy *)
| Name | GetLayerInfoIndex |
| Type | function |
| Header File | /Engine/Source/Runtime/Landscape/Classes/LandscapeInfo.h |
| Include Path | #include "LandscapeInfo.h" |
| Source | /Engine/Source/Runtime/Landscape/Private/Landscape.cpp |
int32 GetLayerInfoIndex
(
FName LayerName,
ALandscapeProxy * Owner
) const
GetLayerInfoIndex(ULandscapeLayerInfoObject , ALandscapeProxy )
| Name | GetLayerInfoIndex |
| Type | function |
| Header File | /Engine/Source/Runtime/Landscape/Classes/LandscapeInfo.h |
| Include Path | #include "LandscapeInfo.h" |
| Source | /Engine/Source/Runtime/Landscape/Private/Landscape.cpp |
int32 GetLayerInfoIndex
(
ULandscapeLayerInfoObject * LayerInfo,
ALandscapeProxy * Owner
) const