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" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Styling/SlateIconFinder.cpp |
static FSlateIcon FindIconForClass
(
const UClass * InClass,
const FName & InDefaultName
)
Remarks
Find the icon to use for the supplied class An FSlateIcon structure defining the class's icon
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 |