Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FSlateStyleRegistry
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void UnRegisterSlateStyle
(
const ISlateStyle& InSlateStyle |
Remove a slate style from the repository. | Styling/SlateStyleRegistry.h | |
static void UnRegisterSlateStyle
(
const FName StyleSetName |
Removes a slate style from the repository (by name). | Styling/SlateStyleRegistry.h |
UnRegisterSlateStyle(const ISlateStyle &)
Description
Remove a slate style from the repository.
| Name | UnRegisterSlateStyle |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyleRegistry.h |
| Include Path | #include "Styling/SlateStyleRegistry.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Styling/SlateStyleRegistry.cpp |
static void UnRegisterSlateStyle
(
const ISlateStyle & InSlateStyle
)
Parameters
| Name | Remarks |
|---|---|
| ISlateStyle | Interface to the style to remove. |
UnRegisterSlateStyle(const FName)
Description
Removes a slate style from the repository (by name).
| Name | UnRegisterSlateStyle |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyleRegistry.h |
| Include Path | #include "Styling/SlateStyleRegistry.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Styling/SlateStyleRegistry.cpp |
static void UnRegisterSlateStyle
(
const FName StyleSetName
)
Parameters
| Name | Remarks |
|---|---|
| StyleSetName | The name of the style set to remove. |