FSlateIcon::GetStyleSetName

Gets the name of the style set the icon can be found in.

Choose your operating system:

Windows

macOS

Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Textures/SlateIcon.h

Include

#include "Textures/SlateIcon.h"

Syntax

const FName & GetStyleSetName() const

Remarks

Gets the name of the style set the icon can be found in.

Returns

Style name.

See Also