FSlateIconFinder::FindIcon

Find the first occurance of a brush represented by the specified IconName in any of the registered style sets

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Styling/SlateIconFinder.h

Include

#include "Styling/SlateIconFinder.h"

Source

/Engine/Source/Runtime/SlateCore/Private/Styling/SlateIconFinder.cpp

Syntax

static FSlateIcon FindIcon
(
    const FName & InIconName
)

Remarks

Find the first occurance of a brush represented by the specified IconName in any of the registered style sets

Returns

An FSlateIcon structure

Parameters

Parameter

Description

InIconName

The fully qualified style name of the icon to find

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss