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 bool IterateAllStyles
&40;
const TFunctionRef< bool(const ISlateStyle &)> & Iter
&41;
Remarks
Iterate all the slate style known to this registry true where to loop completed, of false if it was terminated by the predicate
Parameters
| Name | Description |
|---|---|
| Iter | A predicate to call for each known style that returns true to continue iteration, and false to terminate iteration |