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; FindCustomIconBrushForClass
&40;
const UClass &42; InClass,
const TCHAR &42; StyleBasePath,
const FName & InDefaultName
&41;
Remarks
Find a custom icon to use for the supplied class, according to the specified base style A slate brush, or nullptr if no icon was found
Parameters
| Name | Description |
|---|---|
| InClass | The class to locate an icon for |
| InStyleBasePath | Style base path to use for the search (e.g. ClassIcon, or ClassThumbnail) |
| InDefaultName | The default icon name to use, if no specialized icon could be found |