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
&40;
const ISlateStyle & InSlateStyle
&41;
Remarks
Remove a slate style from the repository.
Parameters
| Name | Description |
|---|---|
| ISlateStyle | Interface to the style to remove. |