unreal.SlateCheckBoxState

class unreal.SlateCheckBoxState

Bases: EnumBase

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

CHECKED: SlateCheckBoxState

Checked

Type:

1

UNCHECKED: SlateCheckBoxState

Unchecked

Type:

0

UNDETERMINED: SlateCheckBoxState

Neither checked nor unchecked

Type:

2