ULandscapeInfo::GetLandscapeProxyForLevel

Returns the landscape proxy of this landscape info in the given level (if it exists)

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 * GetLandscapeProxyForLevel
(
    ULevel * Level
) const

Remarks

Returns the landscape proxy of this landscape info in the given level (if it exists)

Returns

Landscape or landscape proxy found in the given level, or null if none

Parameters

Parameter

Description

Level

Level to look in

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