Contains the data for a Widget Studio Modern Button. More...
#include <WSModernButton.h>
Public Attributes | |
EButtonContentStyle | ContentStyle |
What content to display on the button. | |
FText | Text |
The text that will display on the button. | |
EIconItem | Icon |
The icon to display from the Icon Set. | |
UTexture2D * | CustomIcon |
Use an icon not found in the icon library. More... | |
FText | ToolTip |
The text that will displayed a mouse hovers over the button. | |
bool | bIsCheckedStateLocked |
Locks the current checked state. More... | |
Contains the data for a Widget Studio Modern Button.
This is usually in conjunction with a widget that automatically creates multiple buttons (e.g. WSModernTabBar, WSModernComboBox).
bool FButtonOptions::bIsCheckedStateLocked |
Locks the current checked state.
The user will not be able to change the state until this bool is set to false. Requires the bIsCheckable state to be enabled to utilize.
UTexture2D* FButtonOptions::CustomIcon |
Use an icon not found in the icon library.
Clear this when you want to use the icons from the icon library.