Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FSlateIcon
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSlateIcon () |
Default constructor (empty icon). | Textures/SlateIcon.h | |
FSlateIcon
(
const FName InStyleSetName, |
Creates and initializes a new icon from a style set and style name | Textures/SlateIcon.h |
FSlateIcon()
Description
Default constructor (empty icon).
| Name | FSlateIcon |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Textures/SlateIcon.h |
| Include Path | #include "Textures/SlateIcon.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Textures/SlateIcon.cpp |
FSlateIcon()
FSlateIcon(const FName, const FName, const FName, const FName)
Description
Creates and initializes a new icon from a style set and style name
| Name | FSlateIcon |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Textures/SlateIcon.h |
| Include Path | #include "Textures/SlateIcon.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Textures/SlateIcon.cpp |
FSlateIcon
(
const FName InStyleSetName,
const FName InStyleName,
const FName InSmallStyleName,
const FName InStatusOverlayStyleName
)
Parameters
| Name | Remarks |
|---|---|
| InStyleSetName | The name of the style set the icon can be found in. |
| StyleName | The name of the style for the icon |
| InSmallStyleName | The name of the style for the small icon |
| InStatusOverlayStyleName | The name of the style for a status icon to overlay on the base image |