|
ArticyXImporter
ArticyXImporter for Unreal Engine
|
#include <ArticyEditorStyle.h>
Static Public Member Functions | |
| static void | Initialize () |
| static void | Shutdown () |
| static void | ReloadTextures () |
| static const ISlateStyle & | Get () |
| static FName | GetStyleSetName () |
FArticyEditorStyle is a class responsible for managing the style and appearance of the Articy Editor within Unreal Engine. It defines brushes, fonts, and styles for UI elements used in the plugin.
|
static |
Get the Slate style instance for the Articy editor.
Get the Slate style instance.
|
static |
Get the name of the Slate style set.
|
static |
Initialize the Articy editor style, creating and registering the Slate style set.
Initialize the ArticyEditorStyle, creating and registering the Slate style set if it is not already valid.
|
static |
Reload textures used by the Slate renderer.
Reload the textures used by the Slate renderer, useful when updating resources.
|
static |
Shutdown the Articy editor style, unregistering the Slate style set.
Shutdown the ArticyEditorStyle, unregistering the Slate style set and resetting the instance.