FStarshipCoreStyle

Core slate style

Choose your operating system:

Windows

macOS

Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Styling/StarshipCoreStyle.h

Include

#include "Styling/StarshipCoreStyle.h"

Syntax

class FStarshipCoreStyle

Remarks

Core slate style

Functions

Name Description

Public function Static

TSharedRef< ...

 

Create()

Public function Static

const ISlate...

 

Get()

Until the Editor can be fully updated, calling FStarshipCoreStyle::Get() will return the AppStyle instead of the style defined in this class.

Public function Static

const ISlate...

 

GetCoreStyle()

Public function Static

TSharedRef< ...

 

GetDefaultFont()

Get the default font for Slate

Public function Static

FSlateFontIn...

 

GetDefaultFontStyle

(
    const FName InTypefaceFontName,
    const int32 InSize,
    const FFontOutlineSettings& InOutl...
)

Get a font style using the default for for Slate

Public function Static

const TShare...

 

GetDynamicImageBrush

(
    FName BrushTemplate,
    FName TextureName,
    const ANSICHAR* Specifier
)

Todo: jdale - These are only here because of UTouchInterface::Activate and the fact that GetDynamicImageBrush is non-const

Public function Static

const TShare...

 

GetDynamicImageBrush

(
    FName BrushTemplate,
    UTexture2D* TextureResource,
    FName TextureName
)

Todo: jdale - These are only here because of UTouchInterface::Activate and the fact that GetDynamicImageBrush is non-const

Public function Static

const TShare...

 

GetDynamicImageBrush

(
    FName BrushTemplate,
    const ANSICHAR* Specifier,
    UTexture2D* TextureResource,
    FName TextureName
)

Todo: jdale - These are only here because of UTouchInterface::Activate and the fact that GetDynamicImageBrush is non-const

Public function Static

bool

 

IsInitialized()

Public function Static

void

 

ResetToDefault()

Public function Static

void

 

SetFocusBrush

(
    FSlateBrush* NewBrush
)

Public function Static

void

 

SetInactiveSelectionColor

(
    const FLinearColor& NewColor
)

Public function Static

void

 

SetPressedSelectionColor

(
    const FLinearColor& NewColor
)

Public function Static

void

 

SetSelectionColor

(
    const FLinearColor& NewColor
)

Public function Static

void

 

SetSelectorColor

(
    const FLinearColor& NewColor
)

Used to override the default selection colors

Classes

Name

Description

Public class

FStyle

Constants

Name

Description

Instance

Singleton instances of this style.

RegularTextSize

SmallTextSize