Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Styling > API/Runtime/SlateCore/Styling/FSlateStyleRegistry > API/Runtime/SlateCore/Styling/FSlateStyleRegistry/UnRegisterSlateStyle
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyleRegistry.h |
| Include | #include "Styling/SlateStyleRegistry.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Styling/SlateStyleRegistry.cpp |
static void UnRegisterSlateStyle
(
const FName StyleSetName
)
Remarks
Removes a slate style from the repository (by name).
Parameters
| Name | Description |
|---|---|
| StyleSetName | The name of the style set to remove. |