unreal.SlateIMGraphLineValuesParams

class unreal.SlateIMGraphLineValuesParams(view_range: DoubleRange = Ellipsis, line_color: LinearColor = Ellipsis, line_thickness: float = 0.0)

Bases: StructBase

Slate IMGraph Line Values Params

C++ Source:

  • Plugin: SlateIM

  • Module: SlateIM

  • File: SlateIMParameters.h

Editor Properties: (see get_editor_property/set_editor_property)

  • line_color (LinearColor): [Read-Write] The color of the line to draw for this graph

  • line_thickness (float): [Read-Write] How thick to draw the line

  • view_range (DoubleRange): [Read-Write] The min and max Y values to vertically scale the graph to

property line_color: LinearColor

[Read-Write] The color of the line to draw for this graph

Type:

(LinearColor)

property line_thickness: float

[Read-Write] How thick to draw the line

Type:

(float)

property view_range: DoubleRange

[Read-Write] The min and max Y values to vertically scale the graph to

Type:

(DoubleRange)