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" |
void Set
&40;
const FName PropertyName,
const FVector2D & InVector
&41;
Remarks
Add a FVector2D property to this style's collection.
Parameters
| Name | Description |
|---|---|
| PropertyName | Name of the property to set. |
| InVector | The value to set. |