Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Styling/AppStyle.h |
Include |
#include "Styling/AppStyle.h" |
class FAppStyle
AppStyle class
AppStyle is a Singleton accessor to a named SlateStyle to be used as an Application wide base style definition.
Moving forward, all references in any core Slate Application Widgets should use FAppStyle::Get()
FEditorStyle::Get accessors and FCoreStyle::Get accessors should be replaced with FAppStyle::Get()
Currently, this code defaults to use FCoreStyle::GetCoreStyle() if the named style is not found.
Name | Description | ||
---|---|---|---|
|
const ISlate... |
Get() |
|
|
const FName |
GetAppStyleSetName() |
|
|
SetAppStyleSet ( |
||
|
SetAppStyleSetName ( |
Name |
Description |
---|---|
AppStyleName |