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 FMargin & InMargin
)
Remarks
Add a FMargin property to this style's collection.
Parameters
| Name | Description |
|---|---|
| PropertyName | Name of the property to add. |
| InMargin | The value to add. |