Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Styling
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- USlateWidgetStyleAsset
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateWidgetStyleAsset.h |
| Include | #include "Styling/SlateWidgetStyleAsset.h" |
Syntax
class USlateWidgetStyleAsset : public UObject
Remarks
Just a wrapper for the struct with real data in it.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< USlateWidgetStyleContainerBase > | CustomStyle |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const WidgetStyleType * | GetStyle () |
||
| const FSlateWidgetStyle * | |||
| const WidgetStyleType * | |||
| const FSlateWidgetStyle * | GetStyleChecked
(
const FName DesiredTypeName |