Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/FSlateTextBlockLayout
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsStyleUpToDate
(
const FTextBlockStyle& NewStyle |
Is the style used by the text marshaller up-to-date? | Widgets/Text/SlateTextBlockLayout.h | |
bool IsStyleUpToDate
(
const FTextBlockStyle::CompareParams& InNewStyleParams |
Is the style used by the text marshaller up-to-date? | Widgets/Text/SlateTextBlockLayout.h |
IsStyleUpToDate(const FTextBlockStyle &)
Description
Is the style used by the text marshaller up-to-date?
| Name | IsStyleUpToDate |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateTextBlockLayout.h |
| Include Path | #include "Widgets/Text/SlateTextBlockLayout.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Widgets/Text/SlateTextBlockLayout.cpp |
bool IsStyleUpToDate
(
const FTextBlockStyle & NewStyle
) const
IsStyleUpToDate(const FTextBlockStyle::CompareParams &)
Description
Is the style used by the text marshaller up-to-date?
| Name | IsStyleUpToDate |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateTextBlockLayout.h |
| Include Path | #include "Widgets/Text/SlateTextBlockLayout.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Widgets/Text/SlateTextBlockLayout.cpp |
bool IsStyleUpToDate
(
const FTextBlockStyle::CompareParams & InNewStyleParams
) const