unreal.BrushEffectDisplacement

class unreal.BrushEffectDisplacement(displacement_height: float = 0.0, displacement_tiling: float = 0.0, texture: Texture2D = Ellipsis, midpoint: float = 0.0, channel: LinearColor = Ellipsis, weightmap_influence: float = 0.0)

Bases: StructBase

Brush Effect Displacement

C++ Source:

  • Plugin: Landmass

  • Module: Landmass

  • File: BrushEffectsList.h

Editor Properties: (see get_editor_property/set_editor_property)

  • channel (LinearColor): [Read-Write]

  • displacement_height (float): [Read-Write]

  • displacement_tiling (float): [Read-Write]

  • midpoint (float): [Read-Write]

  • texture (Texture2D): [Read-Write]

  • weightmap_influence (float): [Read-Write]

property channel: LinearColor

[Read-Write]

Type:

(LinearColor)

property displacement_height: float

[Read-Write]

Type:

(float)

property displacement_tiling: float

[Read-Write]

Type:

(float)

property midpoint: float

[Read-Write]

Type:

(float)

property texture: Texture2D

[Read-Write]

Type:

(Texture2D)

property weightmap_influence: float

[Read-Write]

Type:

(float)