unreal.SlateCheckBoxType

class unreal.SlateCheckBoxType

Bases: unreal.EnumBase

Type of check box

C++ Source:

  • Module: SlateCore

  • File: SlateTypes.h

CHECK_BOX

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

Type

0

TOGGLE_BUTTON

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

Type

1