unreal.LandscapeBrushParameters

class unreal.LandscapeBrushParameters(layer_type: LandscapeToolTargetType = Ellipsis, combined_result: TextureRenderTarget2D = Ellipsis, weightmap_layer_name: Name = 'None')

Bases: StructBase

Landscape Brush Parameters

C++ Source:

  • Module: Landscape

  • File: LandscapeBlueprintBrushBase.h

Editor Properties: (see get_editor_property/set_editor_property)

  • combined_result (TextureRenderTarget2D): [Read-Write]

  • layer_type (LandscapeToolTargetType): [Read-Write]

  • weightmap_layer_name (Name): [Read-Write]

property combined_result: TextureRenderTarget2D

[Read-Write]

Type:

(TextureRenderTarget2D)

property layer_type: LandscapeToolTargetType

[Read-Write]

Type:

(LandscapeToolTargetType)

property weightmap_layer_name: Name

[Read-Write]

Type:

(Name)