Navigation
Unreal Engine C++ API Reference > Runtime > SlateCore > Textures > FSlateIcon > FSlateIcon
References
Module | SlateCore |
Header | /Engine/Source/Runtime/SlateCore/Public/Textures/SlateIcon.h |
Include | #include "Textures/SlateIcon.h" |
Source | /Engine/Source/Runtime/SlateCore/Private/Textures/SlateIcon.cpp |
FSlateIcon
&40;
const FName InStyleSetName,
const FName InStyleName,
const FName InSmallStyleName,
const FName InStatusOverlayStyleName
&41;
Remarks
Creates and initializes a new icon from a style set and style name
Parameters
Name | Description |
---|---|
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 |