unreal.GradientDir_TS

class unreal.GradientDir_TS(x: float = 0.0, y: float = 0.0)

Bases: StructBase

Gradient Dir TS

C++ Source:

  • Plugin: TextureGraph

  • Module: TextureGraph

  • File: TG_Expression_Pattern.h

Editor Properties: (see get_editor_property/set_editor_property)

  • x (float): [Read-Write] Gradient value along X-axis in degrees [0, 90]

  • y (float): [Read-Write] Gradient value along Y-axis in degrees [-180, 180]

property x: float

[Read-Write] Gradient value along X-axis in degrees [0, 90]

Type:

(float)

property y: float

[Read-Write] Gradient value along Y-axis in degrees [-180, 180]

Type:

(float)