Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Styling
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Styling/DefaultStyleCache.h |
| Include | #include "Styling/DefaultStyleCache.h" |
Syntax
struct FDefaultStyleCache
Remarks
Single point of access for various default styles used in UMG for runtime and editor with each style already having it's colors unlinked for reuse
Constructors
No constructors are accessible with public or protected access.
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FStyles & | GetEditor () |
Gets singleton and returns editor styles from singleton | |
| const FStyles & | GetRuntime () |
Gets singleton and returns runtime styles from singleton |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FStyles | Internal style default holder struct, used so that one can get a bundle of defaults relevant for runtime or editor |