Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Styling > API/Runtime/SlateCore/Styling/FSlateIconFinder
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateIconFinder.h |
| Include | #include "Styling/SlateIconFinder.h" |
static const FSlateBrush &42; FindIconBrushForClass
&40;
const UClass &42; InClass,
const FName & InDefaultName
&41;
Remarks
Find a slate brush to use for the supplied class's icon A slate brush, or nullptr if no icon was found
Parameters
| Name | Description |
|---|---|
| InClass | The class to locate an icon for |
| InDefaultName | The default icon name to use, if no specialized icon could be found |