Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/FSlateTextBlockLayout
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ConditionallyUpdateTextStyle
(
const FTextBlockStyle& InTextStyle |
Conditionally update the text style if needed | Widgets/Text/SlateTextBlockLayout.h | |
void ConditionallyUpdateTextStyle
(
const FTextBlockStyle::CompareParams& InNewStyleParams |
Conditionally update the text style if needed | Widgets/Text/SlateTextBlockLayout.h |
ConditionallyUpdateTextStyle(const FTextBlockStyle &)
Description
Conditionally update the text style if needed
| Name | ConditionallyUpdateTextStyle |
| 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 |
void ConditionallyUpdateTextStyle
(
const FTextBlockStyle & InTextStyle
)
ConditionallyUpdateTextStyle(const FTextBlockStyle::CompareParams &)
Description
Conditionally update the text style if needed
| Name | ConditionallyUpdateTextStyle |
| 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 |
void ConditionallyUpdateTextStyle
(
const FTextBlockStyle::CompareParams & InNewStyleParams
)