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