![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SlateTypes.h>
Public Member Functions | |
| CompareParams (const FTextBlockStyle &InStyleBase, const FSlateFontInfo &InFont, const FSlateColor &InColorAndOpacity, const FVector2f InShadowOffset, const FLinearColor &InShadowColorAndOpacity, const FSlateColor InHighlightColor, const FSlateBrush *InHighlightShape, const FSlateBrush *InStrikeBrush) | |
Public Attributes | |
| const FTextBlockStyle & | StyleBase |
| const FSlateFontInfo & | Font |
| const FSlateColor & | ColorAndOpacity |
| const FVector2f | ShadowOffset |
| const FLinearColor & | ShadowColorAndOpacity |
| const FSlateColor | HighlightColor |
| const FSlateBrush * | HighlightShape |
| const FSlateBrush * | StrikeBrush |
Helper struct to compare two text styles without constructing a temporary text style
|
inline |
| const FSlateColor& FTextBlockStyle::CompareParams::ColorAndOpacity |
| const FSlateFontInfo& FTextBlockStyle::CompareParams::Font |
| const FSlateColor FTextBlockStyle::CompareParams::HighlightColor |
| const FSlateBrush* FTextBlockStyle::CompareParams::HighlightShape |
| const FLinearColor& FTextBlockStyle::CompareParams::ShadowColorAndOpacity |
| const FVector2f FTextBlockStyle::CompareParams::ShadowOffset |
| const FSlateBrush* FTextBlockStyle::CompareParams::StrikeBrush |
| const FTextBlockStyle& FTextBlockStyle::CompareParams::StyleBase |