FSlateStyleSet::Set

Add a [FMargin](API\Runtime\SlateCore\Layout\FMargin) property to this style's collection.

Choose your operating system:

Windows

macOS

Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h

Include

#include "Styling/SlateStyle.h"

Syntax

void Set
(
    const FName PropertyName,
    const FMargin & InMargin
)

Remarks

Add a FMargin property to this style's collection.

Parameters

Parameter

Description

PropertyName

Name of the property to add.

InMargin

The value to add.