Navigation
API > API/Runtime > API/Runtime/Landscape > API/Runtime/Landscape/ULandscapeInfo
References
| Module | Landscape |
| Header | /Engine/Source/Runtime/Landscape/Classes/LandscapeInfo.h |
| Include | #include "LandscapeInfo.h" |
| Source | /Engine/Source/Runtime/Landscape/Private/Landscape.cpp |
ALandscapeProxy * GetCurrentLevelLandscapeProxy
(
bool bRegistered
) const
Remarks
Returns landscape which is spawned in the current level that was previously added to this landscape info object Landscape or landscape proxy found in the current level
Parameters
| Name | Description |
|---|---|
| bRegistered | Whether to consider only registered(visible) landscapes |