|
static void | Initialize () |
|
static void | Shutdown () |
|
static const FSlateBrush * | GetBrush (FName PropertyName, const ANSICHAR *Specifier=NULL) |
|
static const FLinearColor & | GetColor (FName PropertyName, const ANSICHAR *Specifier=NULL) |
|
static const FSlateBrush * | GetDefaultBrush () |
|
static const TSharedPtr< FSlateDynamicImageBrush > | GetDynamicImageBrush (FName BrushTemplate, class UTexture2D *TextureResource, FName TextureName) |
|
static const TSharedPtr< FSlateDynamicImageBrush > | GetDynamicImageBrush (FName BrushTemplate, const ANSICHAR *Specifier, class UTexture2D *TextureResource, FName TextureName) |
|
static const TSharedPtr< FSlateDynamicImageBrush > | GetDynamicImageBrush (FName BrushTemplate, FName TextureName, const ANSICHAR *Specifier=NULL) |
|
static float | GetFloat (FName PropertyName, const ANSICHAR *Specifier=NULL) |
|
static FSlateFontInfo | GetFontStyle (FName PropertyName, const ANSICHAR *Specifier=NULL) |
|
static const FMargin & | GetMargin (FName PropertyName, const ANSICHAR *Specifier=NULL) |
|
static const FSlateBrush * | GetNoBrush () |
|
static const FSlateBrush * | GetOptionalBrush (FName PropertyName, const ANSICHAR *Specifier=NULL, const FSlateBrush *const DefaultBrush=FStyleDefaults::GetNoBrush()) |
|
static void | GetResources (TArray< const FSlateBrush * > &OutResources) |
|
static const FSlateColor | GetSlateColor (FName PropertyName, const ANSICHAR *Specifier=NULL) |
|
static const FSlateSound & | GetSound (FName PropertyName, const ANSICHAR *Specifier=NULL) |
|
static const FName & | GetStyleSetName () |
|
static FVector2D | GetVector (FName PropertyName, const ANSICHAR *Specifier=NULL) |
|
template<class T > |
static const T & | GetWidgetStyle (FName PropertyName, const ANSICHAR *Specifier=NULL) |
|
static void | ResetToDefault () |
|
Declares the Editor's visual style.