unreal.SlateCheckBoxType¶
- class unreal.SlateCheckBoxType¶
Bases:
EnumBaseType of check box
C++ Source:
Module: SlateCore
File: SlateTypes.h
- CHECK_BOX: SlateCheckBoxType = Ellipsis¶
Traditional check box with check button and label (or other content)
- Type:
0
- TOGGLE_BUTTON: SlateCheckBoxType = Ellipsis¶
Toggle button. You provide button content (such as an image), and the user can press to toggle it.
- Type:
1