Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FTextBlockStyle
Helper struct to compare two text styles without constructing a temporary text style
| Name | CompareParams |
| Type | struct |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h |
| Include Path | #include "Styling/SlateTypes.h" |
Syntax
struct CompareParams
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CompareParams
(
const FTextBlockStyle& InStyleBase, |
Styling/SlateTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ColorAndOpacity | const FSlateColor & | Styling/SlateTypes.h | ||
| Font | const FSlateFontInfo & | Styling/SlateTypes.h | ||
| HighlightColor | const FSlateColor | Styling/SlateTypes.h | ||
| HighlightShape | const FSlateBrush * | Styling/SlateTypes.h | ||
| ShadowColorAndOpacity | const FLinearColor & | Styling/SlateTypes.h | ||
| ShadowOffset | const FVector2f | Styling/SlateTypes.h | ||
| StrikeBrush | const FSlateBrush * | Styling/SlateTypes.h | ||
| StyleBase | const FTextBlockStyle & | Styling/SlateTypes.h |