unreal.SlateIMImageParams

class unreal.SlateIMImageParams(color_and_opacity: SlateColor = Ellipsis, desired_size: Vector2D = Ellipsis)

Bases: StructBase

Slate IMImage Params

C++ Source:

  • Plugin: SlateIM

  • Module: SlateIM

  • File: SlateIMParameters.h

Editor Properties: (see get_editor_property/set_editor_property)

  • color_and_opacity (SlateColor): [Read-Write] The color to tint the brush

  • desired_size (Vector2D): [Read-Write] Override the desired size to display the brush at

property color_and_opacity: SlateColor

[Read-Write] The color to tint the brush

Type:

(SlateColor)

property desired_size: Vector2D

[Read-Write] Override the desired size to display the brush at

Type:

(Vector2D)