Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FTextBlockStyle
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsIdenticalTo
(
const FTextBlockStyle& InOther |
Checks to see whether this style is identical to another. | Styling/SlateTypes.h | |
bool IsIdenticalTo
(
const FTextBlockStyle::CompareParams& InNewStyleParams |
Checks to see whether this style is identical to another. | Styling/SlateTypes.h |
IsIdenticalTo(const FTextBlockStyle &)
Description
Checks to see whether this style is identical to another.
| Name | IsIdenticalTo |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h |
| Include Path | #include "Styling/SlateTypes.h" |
bool IsIdenticalTo
(
const FTextBlockStyle & InOther
) const
IsIdenticalTo(const FTextBlockStyle::CompareParams &)
Description
Checks to see whether this style is identical to another.
| Name | IsIdenticalTo |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h |
| Include Path | #include "Styling/SlateTypes.h" |
bool IsIdenticalTo
(
const FTextBlockStyle::CompareParams & InNewStyleParams
) const