Navigation
API > API/Runtime > API/Runtime/Landscape > API/Runtime/Landscape/ULandscapeInfo
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetLandscapeExtent
(
FIntRect& LandscapeExtent |
LandscapeInfo.h | ||
bool GetLandscapeExtent
(
ALandscapeProxy* Proxy, |
LandscapeInfo.h | ||
bool GetLandscapeExtent
(
int32& MinX, |
LandscapeInfo.h |
GetLandscapeExtent(FIntRect &)
| Name | GetLandscapeExtent |
| Type | function |
| Header File | /Engine/Source/Runtime/Landscape/Classes/LandscapeInfo.h |
| Include Path | #include "LandscapeInfo.h" |
| Source | /Engine/Source/Runtime/Landscape/Private/LandscapeEdit.cpp |
bool GetLandscapeExtent
(
FIntRect & LandscapeExtent
) const
GetLandscapeExtent(ALandscapeProxy *, FIntRect &)
| Name | GetLandscapeExtent |
| Type | function |
| Header File | /Engine/Source/Runtime/Landscape/Classes/LandscapeInfo.h |
| Include Path | #include "LandscapeInfo.h" |
| Source | /Engine/Source/Runtime/Landscape/Private/LandscapeEdit.cpp |
bool GetLandscapeExtent
(
ALandscapeProxy * Proxy,
FIntRect & ProxyExtent
) const
GetLandscapeExtent(int32 &, int32 &, int32 &, int32 &)
| Name | GetLandscapeExtent |
| Type | function |
| Header File | /Engine/Source/Runtime/Landscape/Classes/LandscapeInfo.h |
| Include Path | #include "LandscapeInfo.h" |
| Source | /Engine/Source/Runtime/Landscape/Private/LandscapeEdit.cpp |
bool GetLandscapeExtent
(
int32 & MinX,
int32 & MinY,
int32 & MaxX,
int32 & MaxY
) const