unreal.SlateCheckBoxState

class unreal.SlateCheckBoxState

Bases: unreal.EnumBase

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

CHECKED

Checked

Type

1

UNCHECKED

Unchecked

Type

0

UNDETERMINED

Neither checked nor unchecked

Type

2