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 GetAllResources
(
TArray < const FSlateBrush * > & OutResources
)
Remarks
Populate an array of slate brushes with all of the resources used by the registered styles.
Parameters
| Name | Description |
|---|---|
| OutResources | Array of slate brushes to populate. |