ALandscapeStreamingProxy

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Landscape

Header

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

Include

#include "LandscapeStreamingProxy.h"

Syntax

class ALandscapeStreamingProxy : public ALandscapeProxy

Variables

Name Description

Public variable

TLazyObjectPtr<...

 

LandscapeActor

Constructors

Name Description

Public function

ALandscapeStreamingProxy

(
    const FObjectInitializer& ObjectIn...
)

Functions

Name Description

Public function

bool

 

IsValidLandscapeActor

(
    ALandscape* Landscape
)

Check input Landscape actor is match for this LandscapeProxy (by GUID)

Overridden from ALandscapeProxy

Name Description

Public function Virtual

ALandscape &...

 

GetLandscapeActor()

Public function Virtual Const

const ALands...

 

GetLandscapeActor()

Public function Virtual Const

UMaterialInt...

 

GetLandscapeHoleMaterial()

Get Hole Landscape Material assigned to this Landscape.

Public function Virtual Const

UMaterialInt...

 

GetLandscapeMaterial

(
    int8 InLODIndex
)

Get Landscape Material assigned to this Landscape.

Overridden from AActor

Name Description

Public function Virtual

bool

 

ShouldExport()

Called before editor copy, true allow export

Overridden from UObject

Name Description

Public function Virtual

void

 

PostEditChangeProperty

(
    FPropertyChangedEvent& PropertyCha...
)

Called when a property on this object has been modified externally

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