Navigation
API > API/Runtime > API/Runtime/Slate
| Name | UCheckBoxWidgetStyle |
| Type | class |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Styling/CheckBoxWidgetStyle.h |
| Include Path | #include "Framework/Styling/CheckBoxWidgetStyle.h" |
Syntax
UCLASS (HideCategories=Object, MinimalAPI)
class UCheckBoxWidgetStyle : public USlateWidgetStyleContainerBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → USlateWidgetStyleContainerBase → UCheckBoxWidgetStyle
Implements Interfaces
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CheckBoxStyle | FCheckBoxStyle | The actual data describing the button's appearance. | Framework/Styling/CheckBoxWidgetStyle.h |
|
Functions
Public
Overridden from ISlateWidgetStyleContainerInterface
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const FSlateWidgetStyle *const GetStyle() |
Framework/Styling/CheckBoxWidgetStyle.h |