Navigation
API > API/Editor > API/Editor/EditorStyle
A collection of named properties that guide the appearance of Slate.
| Name | FEditorStyle |
| Type | class |
| Header File | /Engine/Source/Editor/EditorStyle/Public/EditorStyleSet.h |
| Include Path | #include "EditorStyleSet.h" |
Syntax
class FEditorStyle
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Instance | TSharedPtr< class ISlateStyle > | Singleton instance of the slate style | EditorStyleSet.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const ISlateStyle & Get () |
NOTE: Until the Editor can be fully updated, calling FEditorStyle::Get() or any of its static convenience functions will will return the AppStyle instead of the style definied in this class. | EditorStyleSet.h | |
static const FSlateBrush * GetBrush
(
FName PropertyName, |
EditorStyleSet.h | ||
static const FLinearColor & GetColor
(
FName PropertyName, |
EditorStyleSet.h | ||
static const FSlateBrush * GetDefaultBrush() |
EditorStyleSet.h | ||
static const TSharedPtr< FSlateDynamicImageBrush > GetDynamicImageBrush
(
FName BrushTemplate, |
EditorStyleSet.h | ||
static const TSharedPtr< FSlateDynamicImageBrush > GetDynamicImageBrush
(
FName BrushTemplate, |
EditorStyleSet.h | ||
static const TSharedPtr< FSlateDynamicImageBrush > GetDynamicImageBrush
(
FName BrushTemplate, |
EditorStyleSet.h | ||
static float GetFloat
(
FName PropertyName, |
EditorStyleSet.h | ||
static FSlateFontInfo GetFontStyle
(
FName PropertyName, |
EditorStyleSet.h | ||
| EditorStyleSet.h | |||
static const FSlateBrush * GetNoBrush() |
EditorStyleSet.h | ||
static const FSlateBrush * GetOptionalBrush
(
FName PropertyName, |
EditorStyleSet.h | ||
static void GetResources
(
TArray< const FSlateBrush* >& OutResources |
EditorStyleSet.h | ||
static const FSlateColor GetSlateColor
(
FName PropertyName, |
EditorStyleSet.h | ||
static const FSlateSound & GetSound
(
FName PropertyName, |
EditorStyleSet.h | ||
static const FName & GetStyleSetName() |
EditorStyleSet.h | ||
static FVector2D GetVector
(
FName PropertyName, |
EditorStyleSet.h | ||
static const T & GetWidgetStyle
(
FName PropertyName, |
EditorStyleSet.h | ||
| Concatenates two FNames.e If A and B are "Path.To" and ".Something" the result "Path.To.Something". | EditorStyleSet.h | ||
static void ResetToDefault() |
EditorStyleSet.h | ||
static void SetStyle
(
const TSharedRef< class ISlateStyle >& NewStyle |
EditorStyleSet.h |