BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'CheckBoxStyle' into its member fields
Inputs
Type | Name | Description |
---|---|---|
struct | Check Box Style |
Outputs
Type | Name | Description |
---|---|---|
enum | Check Box Type | The visual type of the checkbox |
struct | Unchecked Image | CheckBox appearance when the CheckBox is unchecked (normal) |
struct | Unchecked Hovered Image | CheckBox appearance when the CheckBox is unchecked and hovered |
struct | Unchecked Pressed Image | CheckBox appearance when the CheckBox is unchecked and hovered |
struct | Checked Image | CheckBox appearance when the CheckBox is checked |
struct | Checked Hovered Image | CheckBox appearance when checked and hovered |
struct | Checked Pressed Image | CheckBox appearance when checked and pressed |
struct | Undetermined Image | CheckBox appearance when the CheckBox is undetermined |
struct | Undetermined Hovered Image | CheckBox appearance when CheckBox is undetermined and hovered |
struct | Undetermined Pressed Image | CheckBox appearance when CheckBox is undetermined and pressed |
struct | Padding | Padding |
struct | Background Image | Background appearance |
struct | Background Hovered Image | Background appearance when hovered |
struct | Background Pressed Image | Background appearance when pressed |
struct | Foreground Color | The normal unchecked foreground color |
struct | Hovered Foreground | Foreground Color when hovered |
struct | Pressed Foreground | Foreground Color when pressed |
struct | Checked Foreground | Foreground Color when checked |
struct | Checked Hovered Foreground | Foreground Color when checked and pressed |
struct | Checked Pressed Foreground | Foreground Color when checked and pressed |
struct | Undetermined Foreground | Foreground Color when the check state is indeterminate |
struct | Border Background Color | BorderBackgroundColor refers to the actual color and opacity of the supplied border image on toggle buttons |
struct | Checked Sound | The sound the check box should play when checked |
struct | Unchecked Sound | The sound the check box should play when unchecked |
struct | Hovered Sound | The sound the check box should play when initially hovered over |