FSlateIcon::GetStyleName

Gets the name of the style for the 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"

Syntax

const FName & GetStyleName() const

Remarks

Gets the name of the style for the icon.

Returns

Style name.

See Also