unreal.SlateIMGraphLineValuesParams¶
- class unreal.SlateIMGraphLineValuesParams(view_range: DoubleRange = Ellipsis, line_color: LinearColor = Ellipsis, line_thickness: float = 0.0)¶
Bases:
StructBaseSlate 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 graphline_thickness(float): [Read-Write] How thick to draw the lineview_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:
- property view_range: DoubleRange¶
[Read-Write] The min and max Y values to vertically scale the graph to
- Type: