FSlateStyleSet::Set

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

Windows
MacOS
Linux

References

Module

SlateCore

Header

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

Include

#include "Styling/SlateStyle.h"

Syntax

void Set
(
    const FName PropertyName,
    FSlateBrush * 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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss