![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SlateIconFinder.h>
Static Public Member Functions | |
| static SLATECORE_API FSlateIcon | FindIconForClass (const UStruct *InStruct, const FName &InDefaultName=FName()) |
| static SLATECORE_API FSlateIcon | FindCustomIconForClass (const UStruct *InStruct, const TCHAR *InStyleBasePath, const FName &InDefaultName=FName()) |
| static const FSlateBrush * | FindIconBrushForClass (const UStruct *InStruct, const FName &InDefaultName=FName()) |
| static const FSlateBrush * | FindCustomIconBrushForClass (const UStruct *InStruct, const TCHAR *InStyleBasePath, const FName &InDefaultName=FName()) |
| static SLATECORE_API FSlateIcon | FindIcon (const FName &InIconName) |
Class used for finding icons within a registered set of styles
|
inlinestatic |
Find a custom icon to use for the supplied struct, according to the specified base style
| InStruct | The struct 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 |
|
static |
Find a custom icon to use for the supplied struct, according to the specified base style
| InStruct | The struct 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 |
|
static |
Find the first occurrence of a brush represented by the specified IconName in any of the registered style sets
| InIconName | The fully qualified style name of the icon to find |
|
inlinestatic |
Find a slate brush to use for the supplied struct's icon
| InStruct | The struct to locate an icon for |
| InDefaultName | The default icon name to use, if no specialized icon could be found |
|
static |
Find the icon to use for the supplied struct
| InStruct | The struct to locate an icon for |
| InDefaultName | The default icon name to use, if no specialized icon could be found |