Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Slate
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UCheckBoxStyleAsset
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Slate/CheckboxStyleAsset.h |
| Include | #include "Slate/CheckboxStyleAsset.h" |
Syntax
class UCheckBoxStyleAsset : public UObject
Remarks
An asset describing a CheckBox's appearance. Just a wrapper for the struct with real data in it.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FCheckBoxStyle | CheckBoxStyle | The actual data describing the Check Box's appearance. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UCheckBoxStyleAsset
(
const FObjectInitializer& ObjectInitializer |