Navigation
API > API/Runtime > API/Runtime/Engine
An asset describing a CheckBox's appearance. Just a wrapper for the struct with real data in it.
| Name | UCheckBoxStyleAsset |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Classes/Slate/CheckboxStyleAsset.h |
| Include Path | #include "Slate/CheckboxStyleAsset.h" |
Syntax
UCLASS (HideCategories=Object, MinimalAPI)
class UCheckBoxStyleAsset : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UCheckBoxStyleAsset
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UCheckBoxStyleAsset
(
const FObjectInitializer& ObjectInitializer |
Slate/CheckboxStyleAsset.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CheckBoxStyle | FCheckBoxStyle | The actual data describing the Check Box's appearance. | Slate/CheckboxStyleAsset.h |
|