unreal.CheckBoxStyle

class unreal.CheckBoxStyle(check_box_type: SlateCheckBoxType = Ellipsis, unchecked_image: SlateBrush = Ellipsis, unchecked_hovered_image: SlateBrush = Ellipsis, unchecked_pressed_image: SlateBrush = Ellipsis, checked_image: SlateBrush = Ellipsis, checked_hovered_image: SlateBrush = Ellipsis, checked_pressed_image: SlateBrush = Ellipsis, undetermined_image: SlateBrush = Ellipsis, undetermined_hovered_image: SlateBrush = Ellipsis, undetermined_pressed_image: SlateBrush = Ellipsis, padding: Margin = Ellipsis, background_image: SlateBrush = Ellipsis, background_hovered_image: SlateBrush = Ellipsis, background_pressed_image: SlateBrush = Ellipsis, foreground_color: SlateColor = Ellipsis, hovered_foreground: SlateColor = Ellipsis, pressed_foreground: SlateColor = Ellipsis, checked_foreground: SlateColor = Ellipsis, checked_hovered_foreground: SlateColor = Ellipsis, checked_pressed_foreground: SlateColor = Ellipsis, undetermined_foreground: SlateColor = Ellipsis, border_background_color: SlateColor = Ellipsis, checked_slate_sound: SlateSound = Ellipsis, unchecked_slate_sound: SlateSound = Ellipsis, hovered_slate_sound: SlateSound = Ellipsis)

Bases: SlateWidgetStyle

Represents the appearance of an SCheckBox

C++ Source:

  • Module: SlateCore

  • File: SlateTypes.h

Editor Properties: (see get_editor_property/set_editor_property)

  • background_hovered_image (SlateBrush): [Read-Write] Background appearance when hovered

  • background_image (SlateBrush): [Read-Write] Background appearance

  • background_pressed_image (SlateBrush): [Read-Write] Background appearance when pressed

  • border_background_color (SlateColor): [Read-Write] BorderBackgroundColor refers to the actual color and opacity of the supplied border image on toggle buttons

  • check_box_type (SlateCheckBoxType): [Read-Write] The visual type of the checkbox

  • checked_foreground (SlateColor): [Read-Write] Foreground Color when checked

  • checked_hovered_foreground (SlateColor): [Read-Write] Foreground Color when checked and pressed

  • checked_hovered_image (SlateBrush): [Read-Write] CheckBox appearance when checked and hovered

  • checked_image (SlateBrush): [Read-Write] CheckBox appearance when the CheckBox is checked

  • checked_pressed_foreground (SlateColor): [Read-Write] Foreground Color when checked and pressed

  • checked_pressed_image (SlateBrush): [Read-Write] CheckBox appearance when checked and pressed

  • checked_slate_sound (SlateSound): [Read-Write] The sound the check box should play when checked

  • foreground_color (SlateColor): [Read-Write] The normal unchecked foreground color

  • hovered_foreground (SlateColor): [Read-Write] Foreground Color when hovered

  • hovered_slate_sound (SlateSound): [Read-Write] The sound the check box should play when initially hovered over

  • padding (Margin): [Read-Write] Padding

  • pressed_foreground (SlateColor): [Read-Write] Foreground Color when pressed

  • unchecked_hovered_image (SlateBrush): [Read-Write] CheckBox appearance when the CheckBox is unchecked and hovered

  • unchecked_image (SlateBrush): [Read-Write] CheckBox appearance when the CheckBox is unchecked (normal)

  • unchecked_pressed_image (SlateBrush): [Read-Write] CheckBox appearance when the CheckBox is unchecked and hovered

  • unchecked_slate_sound (SlateSound): [Read-Write] The sound the check box should play when unchecked

  • undetermined_foreground (SlateColor): [Read-Write] Foreground Color when the check state is indeterminate

  • undetermined_hovered_image (SlateBrush): [Read-Write] CheckBox appearance when CheckBox is undetermined and hovered

  • undetermined_image (SlateBrush): [Read-Write] CheckBox appearance when the CheckBox is undetermined

  • undetermined_pressed_image (SlateBrush): [Read-Write] CheckBox appearance when CheckBox is undetermined and pressed

property background_hovered_image: SlateBrush

[Read-Write] Background appearance when hovered

Type:

(SlateBrush)

property background_image: SlateBrush

[Read-Write] Background appearance

Type:

(SlateBrush)

property background_pressed_image: SlateBrush

[Read-Write] Background appearance when pressed

Type:

(SlateBrush)

property border_background_color: SlateColor

[Read-Write] BorderBackgroundColor refers to the actual color and opacity of the supplied border image on toggle buttons

Type:

(SlateColor)

property check_box_type: SlateCheckBoxType

[Read-Write] The visual type of the checkbox

Type:

(SlateCheckBoxType)

property checked_foreground: SlateColor

[Read-Write] Foreground Color when checked

Type:

(SlateColor)

property checked_hovered_foreground: SlateColor

[Read-Write] Foreground Color when checked and pressed

Type:

(SlateColor)

property checked_hovered_image: SlateBrush

[Read-Write] CheckBox appearance when checked and hovered

Type:

(SlateBrush)

property checked_image: SlateBrush

[Read-Write] CheckBox appearance when the CheckBox is checked

Type:

(SlateBrush)

property checked_pressed_foreground: SlateColor

[Read-Write] Foreground Color when checked and pressed

Type:

(SlateColor)

property checked_pressed_image: SlateBrush

[Read-Write] CheckBox appearance when checked and pressed

Type:

(SlateBrush)

property checked_slate_sound: SlateSound

[Read-Write] The sound the check box should play when checked

Type:

(SlateSound)

property foreground_color: SlateColor

[Read-Write] The normal unchecked foreground color

Type:

(SlateColor)

property hovered_foreground: SlateColor

[Read-Write] Foreground Color when hovered

Type:

(SlateColor)

property hovered_slate_sound: SlateSound

[Read-Write] The sound the check box should play when initially hovered over

Type:

(SlateSound)

property padding: Margin

[Read-Write] Padding

Type:

(Margin)

property pressed_foreground: SlateColor

[Read-Write] Foreground Color when pressed

Type:

(SlateColor)

property unchecked_hovered_image: SlateBrush

[Read-Write] CheckBox appearance when the CheckBox is unchecked and hovered

Type:

(SlateBrush)

property unchecked_image: SlateBrush

[Read-Write] CheckBox appearance when the CheckBox is unchecked (normal)

Type:

(SlateBrush)

property unchecked_pressed_image: SlateBrush

[Read-Write] CheckBox appearance when the CheckBox is unchecked and hovered

Type:

(SlateBrush)

property unchecked_slate_sound: SlateSound

[Read-Write] The sound the check box should play when unchecked

Type:

(SlateSound)

property undetermined_foreground: SlateColor

[Read-Write] Foreground Color when the check state is indeterminate

Type:

(SlateColor)

property undetermined_hovered_image: SlateBrush

[Read-Write] CheckBox appearance when CheckBox is undetermined and hovered

Type:

(SlateBrush)

property undetermined_image: SlateBrush

[Read-Write] CheckBox appearance when the CheckBox is undetermined

Type:

(SlateBrush)

property undetermined_pressed_image: SlateBrush

[Read-Write] CheckBox appearance when CheckBox is undetermined and pressed

Type:

(SlateBrush)