ULandscapeInfo::GetCurrentLevelLandscapeProxy

Returns landscape which is spawned in the current level that was previously added to this landscape info object

Windows
MacOS
Linux

References

Module

Landscape

Header

/Engine/Source/Runtime/Landscape/Classes/LandscapeInfo.h

Include

#include "LandscapeInfo.h"

Source

/Engine/Source/Runtime/Landscape/Private/Landscape.cpp

Syntax

ALandscapeProxy * GetCurrentLevelLandscapeProxy
(
    bool bRegistered
) const

Remarks

Returns landscape which is spawned in the current level that was previously added to this landscape info object

Returns

Landscape or landscape proxy found in the current level

Parameters

Parameter

Description

bRegistered

Whether to consider only registered(visible) landscapes

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss