unreal.SlateIMGraphLinePointsParams¶
- class unreal.SlateIMGraphLinePointsParams(x_view_range: DoubleRange = Ellipsis, y_view_range: DoubleRange = Ellipsis, line_color: LinearColor = Ellipsis, line_thickness: float = 0.0)¶
Bases:
StructBaseSlate IMGraph Line Points 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 linex_view_range(DoubleRange): [Read-Write] The min and max X values to horizontally scale the graph toy_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:
- property x_view_range: DoubleRange¶
[Read-Write] The min and max X values to horizontally scale the graph to
- Type:
- property y_view_range: DoubleRange¶
[Read-Write] The min and max Y values to vertically scale the graph to
- Type: