FStarshipCoreStyle::Get

[Until](API\Developer\AutomationDriver\Until) the Editor can be fully updated, calling [FStarshipCoreStyle::Get()](API\Runtime\SlateCore\Styling\FStarshipCoreStyle\Get) will return the AppStyle instead of the style defined in this class.

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

static const ISlateStyle & Get()

Remarks

Until the Editor can be fully updated, calling FStarshipCoreStyle::Get() will return the AppStyle instead of the style defined in this class. Using the AppStyle is preferred in most cases as it allows the style to be changed and restyled more easily.

In cases requiring explicit use of the CoreStyle where a Slate Widget should not take on the appearance of the rest of the application, use FStarshipCoreStyle::GetCoreStyle().

Returns

the Application Style