Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FSlateStyleSet
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
void Set
(
const FName PropertyName,
const DefinitionType& InStyleDefintion
)
|
|
Styling/SlateStyle.h |
|
void Set
(
const FName PropertyName,
const float InFloat
)
|
Set float properties |
Styling/SlateStyle.h |
|
void Set
(
const FName PropertyName,
const FVector2D& InVector
)
|
Add a FVector2D property to this style's collection. |
Styling/SlateStyle.h |
|
void Set
(
const FName PropertyName,
const UE::Slate::FDeprecateVector2DResult& InVector
)
|
|
Styling/SlateStyle.h |
|
void Set
(
const FName PropertyName,
const FVector2f& InVector
)
|
|
Styling/SlateStyle.h |
|
|
Set FLinearColor property. |
Styling/SlateStyle.h |
|
|
|
Styling/SlateStyle.h |
|
|
Add a FSlateLinearColor property to this style's collection. |
Styling/SlateStyle.h |
|
|
Add a FMargin property to this style's collection. |
Styling/SlateStyle.h |
|
void Set
(
const FName PropertyName,
BrushType* InBrush
)
|
Add a FSlateBrush property to this style's collection |
Styling/SlateStyle.h |
|
|
Set FSlateSound properties |
Styling/SlateStyle.h |
|
|
Set FSlateFontInfo properties |
Styling/SlateStyle.h |
|
Set(const FName, const DefinitionType &)
| |
|
| Name |
Set |
| Type |
function |
| Header File |
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h |
| Include Path |
#include "Styling/SlateStyle.h" |
template<typename DefinitionType>
void Set
(
const FName PropertyName,
const DefinitionType & InStyleDefintion
)
Set(const FName, const float)
Description
Set float properties
| |
|
| Name |
Set |
| Type |
function |
| Header File |
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h |
| Include Path |
#include "Styling/SlateStyle.h" |
void Set
(
const FName PropertyName,
const float InFloat
)
Parameters
| Name |
Remarks |
| PropertyName |
Name of the property to set. |
| InFloat |
The value to set. |
Set(const FName, const FVector2D &)
Description
Add a FVector2D property to this style's collection.
| |
|
| Name |
Set |
| Type |
function |
| Header File |
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h |
| Include Path |
#include "Styling/SlateStyle.h" |
void Set
(
const FName PropertyName,
const FVector2D & InVector
)
Parameters
| Name |
Remarks |
| PropertyName |
Name of the property to set. |
| InVector |
The value to set. |
Set(const FName, const UE::Slate::FDeprecateVector2DResult &)
| |
|
| Name |
Set |
| Type |
function |
| Header File |
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h |
| Include Path |
#include "Styling/SlateStyle.h" |
void Set
(
const FName PropertyName,
const UE::Slate::FDeprecateVector2DResult & InVector
)
Set(const FName, const FVector2f &)
| |
|
| Name |
Set |
| Type |
function |
| Header File |
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h |
| Include Path |
#include "Styling/SlateStyle.h" |
void Set
(
const FName PropertyName,
const FVector2f & InVector
)
Set(const FName, const FLinearColor &)
Description
Set FLinearColor property.
| |
|
| Name |
Set |
| Type |
function |
| Header File |
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h |
| Include Path |
#include "Styling/SlateStyle.h" |
void Set
(
const FName PropertyName,
const FLinearColor & InColor
)
Parameters
| Name |
Remarks |
| PropertyName |
Name of the property to set. |
| InColor |
The value to set. |
Set(const FName, const FColor &)
| |
|
| Name |
Set |
| Type |
function |
| Header File |
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h |
| Include Path |
#include "Styling/SlateStyle.h" |
void Set
(
const FName PropertyName,
const FColor & InColor
)
Set(const FName, const FSlateColor &)
Description
Add a FSlateLinearColor property to this style's collection.
| |
|
| Name |
Set |
| Type |
function |
| Header File |
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h |
| Include Path |
#include "Styling/SlateStyle.h" |
void Set
(
const FName PropertyName,
const FSlateColor & InColor
)
Parameters
| Name |
Remarks |
| PropertyName |
Name of the property to add. |
| InColor |
The value to add. |
Set(const FName, const FMargin &)
Description
Add a FMargin property to this style's collection.
| |
|
| Name |
Set |
| Type |
function |
| Header File |
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h |
| Include Path |
#include "Styling/SlateStyle.h" |
void Set
(
const FName PropertyName,
const FMargin & InMargin
)
Parameters
| Name |
Remarks |
| PropertyName |
Name of the property to add. |
| InMargin |
The value to add. |
Set(const FName, BrushType *)
Description
Add a FSlateBrush property to this style's collection
| |
|
| Name |
Set |
| Type |
function |
| Header File |
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h |
| Include Path |
#include "Styling/SlateStyle.h" |
template<typename BrushType>
void Set
(
const FName PropertyName,
BrushType * InBrush
)
Parameters
| Name |
Remarks |
| PropertyName |
Name of the property to set. |
| InBrush |
The brush to set. |
Set(FName, const FSlateSound &)
Description
Set FSlateSound properties
| |
|
| Name |
Set |
| Type |
function |
| Header File |
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h |
| Include Path |
#include "Styling/SlateStyle.h" |
void Set
(
FName PropertyName,
const FSlateSound & InSound
)
Parameters
| Name |
Remarks |
| PropertyName |
Name of the property to set |
| InSound |
Sound to set |
Set(FName, const FSlateFontInfo &)
Description
Set FSlateFontInfo properties
| |
|
| Name |
Set |
| Type |
function |
| Header File |
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h |
| Include Path |
#include "Styling/SlateStyle.h" |
void Set
(
FName PropertyName,
const FSlateFontInfo & InFontInfo
)
Parameters
| Name |
Remarks |
| PropertyName |
Name of the property to set |
| InFontStyle |
The value to set |