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