FSlateStyleSet::Set

Add a [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) property to this style's collection

Choose your operating system:

Windows

macOS

Linux

References

Module

SlateCore

Header

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

Include

#include "Styling/SlateStyle.h"

Syntax

template<typename BrushType>
void Set
(
    const FName PropertyName,
    BrushType * InBrush
)

Remarks

Add a FSlateBrush property to this style's collection

Parameters

Parameter

Description

PropertyName

Name of the property to set.

InBrush

The brush to set.