FSlateIcon::GetStyleSet

Gets the resolved style set.

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 ISlateStyle * GetStyleSet() const

Remarks

Gets the resolved style set.

Returns

Style set, or nullptr if the style set wasn't found.

See Also