Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Styling > API/Runtime/SlateCore/Styling/FSlateStyleRegistry
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 RegisterSlateStyle
&40;
const ISlateStyle & InSlateStyle
&41;
Remarks
Add a slate style to the repository.
Parameters
| Name | Description |
|---|---|
| ISlateStyle | interface to a user-definable style to add. |