Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyleRegistry.h |
Include |
#include "Styling/SlateStyleRegistry.h" |
class FSlateStyleRegistry
A central repository that can be used to track and manage chunks of slate style data.
Name | Description | ||
---|---|---|---|
|
const ISlate... |
FindSlateStyle ( |
Find a slate style in the repository. |
|
GetAllResources ( |
Populate an array of slate brushes with all of the resources used by the registered styles. |
|
|
GetSylesUsingBrush ( |
Gets the names of every style entry using a brush |
|
|
IterateAllStyles ( |
Iterate all the slate style known to this registry |
|
|
RegisterSlateStyle ( |
Add a slate style to the repository. |
|
|
UnRegisterSlateStyle ( |
Remove a slate style from the repository. |
|
|
UnRegisterSlateStyle ( |
Removes a slate style from the repository (by name). |
Name |
Description |
---|---|
SlateStyleRepository |
Repository is just a collection of shared style pointers. |