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