unreal.SlateCheckBoxState

class unreal.SlateCheckBoxState

Bases: EnumBase

deprecated: ‘SlateCheckBoxState’ was renamed to ‘CheckBoxState’.

CHECKED: SlateCheckBoxState = Ellipsis

Checked

Type:

1

UNCHECKED: SlateCheckBoxState = Ellipsis

Unchecked

Type:

0

UNDETERMINED: SlateCheckBoxState = Ellipsis

Neither checked nor unchecked

Type:

2