Navigation
API > API/Runtime > API/Runtime/SlateCore
Class used for finding icons within a registered set of styles
| Name | FSlateIconFinder |
| Type | class |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateIconFinder.h |
| Include Path | #include "Styling/SlateIconFinder.h" |
Syntax
class FSlateIconFinder
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FSlateBrush * FindCustomIconBrushForClass
(
const UStruct* InStruct, |
Find a custom icon to use for the supplied struct, according to the specified base style | Styling/SlateIconFinder.h | |
static FSlateIcon FindCustomIconForClass
(
const UStruct* InStruct, |
Find a custom icon to use for the supplied struct, according to the specified base style | Styling/SlateIconFinder.h | |
static FSlateIcon FindIcon
(
const FName& InIconName |
Find the first occurrence of a brush represented by the specified IconName in any of the registered style sets | Styling/SlateIconFinder.h | |
static const FSlateBrush * FindIconBrushForClass
(
const UStruct* InStruct, |
Find a slate brush to use for the supplied struct's icon | Styling/SlateIconFinder.h | |
static FSlateIcon FindIconForClass
(
const UStruct* InStruct, |
Find the icon to use for the supplied struct | Styling/SlateIconFinder.h |