Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h |
Include |
#include "Styling/SlateStyle.h" |
class FSlateStyleSet : public ISlateStyle
A slate style chunk that contains a collection of named properties that guide the appearance of Slate. At the moment, basically FEditorStyle.
Name | Description | ||
---|---|---|---|
|
BrushResources |
||
|
ColorValues |
Color property storage. |
|
|
ContentRootDir |
This dir is Engine/Editor/Slate folder |
|
|
CoreContentRootDir |
This dir is Engine/Slate folder to share the items |
|
|
FSlateBrush ... |
DefaultBrush |
FSlateBrush property storage |
|
DynamicBrushes |
A list of dynamic brushes |
|
|
FloatValues |
Float property storage. |
|
|
FontInfoResources |
FSlateFontInfo property storage. |
|
|
MarginValues |
FMargin property storage. |
|
|
MissingResources |
A set of resources that were requested, but not found. |
|
|
ParentStyleName |
||
|
SlateColorValues |
FSlateColor property storage. |
|
|
Sounds |
SlateSound property storage |
|
|
StyleSetName |
The name used to identity this style set |
|
|
Vector2DValues |
FVector2D property storage. |
|
|
WidgetStyleValues |
Name | Description | |
---|---|---|
|
FSlateStyleSet ( |
Construct a style chunk. |
Name | Description | |
---|---|---|
|
~FSlateStyleSet() |
Destructor. |
Name | Description | ||
---|---|---|---|
|
const ISlate... |
GetParentStyle() |
|
|
IsBrushFromFile ( |
||
|
LogUnusedBrushResources() |
||
|
RootToContentDir |
||
|
RootToContentDir ( |
||
|
RootToContentDir ( |
||
|
RootToContentDir ( |
||
|
RootToContentDir |
||
|
RootToContentDir |
||
|
RootToCoreContentDir |
||
|
RootToCoreContentDir |
||
|
RootToCoreContentDir |
||
|
RootToCoreContentDir ( |
||
|
RootToCoreContentDir ( |
||
|
RootToCoreContentDir ( |
||
|
Set |
Add a FMargin property to this style's collection. |
|
|
Set |
||
|
Set ( |
Add a FSlateLinearColor property to this style's collection. |
|
|
Set ( |
Add a FSlateBrush property to this style's collection |
|
|
Set ( |
Set FLinearColor property. |
|
|
Set ( |
Set FSlateFontInfo properties |
|
|
Set ( |
Set float properties |
|
|
Set ( |
||
|
Set ( |
Set FSlateSound properties |
|
|
Set |
Add a FVector2D property to this style's collection. |
|
|
SetContentRoot ( |
||
|
SetCoreContentRoot ( |
||
|
SetParentStyleName ( |
Name a Parent Style to fallback on if the requested styles are specified in this style |
Name | Description | ||
---|---|---|---|
|
const FSlate... |
GetBrush ( |
|
|
const FLinea... |
GetColor ( |
|
|
GetContentRootDir() |
||
|
FSlateBrush ... |
GetDefaultBrush() |
Get default FSlateBrush. |
|
const TShare... |
GetDynamicImageBrush ( |
|
|
const TShare... |
GetDynamicImageBrush ( |
|
|
const TShare... |
GetDynamicImageBrush ( |
|
|
GetEntriesUsingBrush ( |
Gets the names of every style entry using a brush in this style |
|
|
float |
GetFloat ( |
|
|
FSlateFontIn... |
GetFontStyle |
|
|
const FMargi... |
GetMargin ( |
|
|
const FSlate... |
GetOptionalBrush ( |
Just like GetBrush, but returns DefaultBrush instead of the "missing brush" image when the resource is not found. |
|
GetResources ( |
Populate an array of FSlateBrush with resources consumed by this style. |
|
|
const FSlate... |
GetSlateColor ( |
|
|
const FSlate... |
GetSound ( |
Look up a sound property specified by PropertyName and optional Specifier. |
|
GetStyleKeys() |
||
|
const FName ... |
GetStyleSetName() |
|
|
GetVector ( |
||
|
const FSlate... |
GetWidgetStyleInternal ( |
|
|
Log ( |
||
|
LogMissingResource ( |
||
|
const TShare... |
MakeDynamicImageBrush ( |