Navigation
API > API/Runtime > API/Runtime/Landscape
Inheritance Hierarchy
- APartitionActor
- ILandscapeSplineInterface
- ALandscapeProxy
- ALandscapeStreamingProxy
References
| Module | Landscape |
| Header | /Engine/Source/Runtime/Landscape/Classes/LandscapeStreamingProxy.h |
| Include | #include "LandscapeStreamingProxy.h" |
Syntax
UCLASS (MinimalAPI, NotPlaceable)
class ALandscapeStreamingProxy : public ALandscapeProxy
Constructors
| Type | Name | Description | |
|---|---|---|---|
ALandscapeStreamingProxy
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | |||
| bool | CanDeleteSelectedActor
(
FText& OutReason |
||
| AActor * | |||
| bool | IsValidLandscapeActor
(
ALandscape* Landscape |
Check input Landscape actor is match for this LandscapeProxy (by GUID) | |
| void | SetLandscapeActor
(
ALandscape* InLandscape |
||
| bool | ShouldExport () |
||
| bool | ShouldIncludeGridSizeInName
(
UWorld* InWorld, |
Overridden from ALandscapeProxy
| Type | Name | Description | |
|---|---|---|---|
| bool | CanEditChange
(
const FProperty* InProperty |
||
| void | Fixup any internal representation for shared properties. | ||
| ALandscape * | |||
| const ALandscape * | |||
| UMaterialInterface * | Get Hole Landscape Material assigned to this Landscape. | ||
| UMaterialInterface * | GetLandscapeMaterial
(
int8 InLODIndex |
Get Landscape Material assigned to this Landscape. | |
| bool | GetReferencedContentObjects
(
TArray< UObject* >& Objects |
||
| bool | IsSharedPropertyOverridden
(
const FName& InPropertyName |
Returns true if the shared property is overridden by the object. | |
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
||
| void | |||
| void | SetSharedPropertyOverride
(
const FName& InPropertyName, |
Modifies the override state of the property given as argument. |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| TLazyObjectPtr< ALandscape > | LandscapeActor_DEPRECATED |