Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Styling > API/Runtime/SlateCore/Styling/FSlateStyleSet > API/Runtime/SlateCore/Styling/FSlateStyleSet/Set
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h |
| Include | #include "Styling/SlateStyle.h" |
template<typename BrushType>
FORCENOINLINE void Set
(
const FName PropertyName,
BrushType * InBrush
)
Remarks
Add a FSlateBrush property to this style's collection
Parameters
| Name | Description |
|---|---|
| PropertyName | Name of the property to set. |
| InBrush | The brush to set. |