ISlateStyle::GetWidgetStyle

Choose your operating system:

Windows

macOS

Linux

References

Module

SlateCore

Header

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

Include

#include "Styling/ISlateStyle.h"

Syntax

template<typename WidgetStyleType>
const WidgetStyleType & GetWidgetStyle
(
    FName PropertyName,
    const ANSICHAR * Specifier,
    const WidgetStyleType * DefaultValue
) const