unreal.SlateCheckBoxType

class unreal.SlateCheckBoxType

Bases: EnumBase

Type of check box

C++ Source:

  • Module: SlateCore

  • File: SlateTypes.h

CHECK_BOX: SlateCheckBoxType

Traditional check box with check button and label (or other content)

Type:

0

TOGGLE_BUTTON: SlateCheckBoxType

Toggle button. You provide button content (such as an image), and the user can press to toggle it.

Type:

1