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" |
FORCENOINLINE void Set
(
const FName PropertyName,
const FSlateColor & InColor
)
Remarks
Add a FSlateLinearColor property to this style's collection.
Parameters
| Name | Description |
|---|---|
| PropertyName | Name of the property to add. |
| InColor | The value to add. |