Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Styling
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateIconFinder.h |
| Include | #include "Styling/SlateIconFinder.h" |
Syntax
class FSlateIconFinder
Remarks
Class used for finding icons within a registered set of styles
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FSlateBrush * | FindCustomIconBrushForClass
(
const UClass* InClass, |
Find a custom icon to use for the supplied class, according to the specified base style | |
| FSlateIcon | FindCustomIconForClass
(
const UClass* InClass, |
Find a custom icon to use for the supplied class, according to the specified base style | |
| FSlateIcon | Find the first occurance of a brush represented by the specified IconName in any of the registered style sets | ||
| const FSlateBrush * | FindIconBrushForClass
(
const UClass* InClass, |
Find a slate brush to use for the supplied class's icon | |
| FSlateIcon | FindIconForClass
(
const UClass* InClass, |
Find the icon to use for the supplied class |