FSlateIcon::GetSmallIcon

Gets the resolved small icon.

Choose your operating system:

Windows

macOS

Linux

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

Syntax

const FSlateBrush * GetSmallIcon() const

Remarks

Gets the resolved small icon.

Returns

Icon brush, or FStyleDefaults::GetNoBrush() if the icon wasn't found.

See Also