Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h |
Include |
#include "Styling/SlateStyle.h" |
void Set
(
const FName PropertyName,
const FSlateColor & InColor
)
Add a FSlateLinearColor property to this style's collection.
Parameter |
Description |
---|---|
PropertyName |
Name of the property to add. |
InColor |
The value to add. |