Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/FSlateTextBlockLayout
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void UpdateTextLayout
(
const FText& InText |
Updates the text layout to contain the given text | Widgets/Text/SlateTextBlockLayout.h | |
void UpdateTextLayout
(
const FString& InText |
Updates the text layout to contain the given string | Widgets/Text/SlateTextBlockLayout.h |
UpdateTextLayout(const FText &)
Description
Updates the text layout to contain the given text
| Name | UpdateTextLayout |
| 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 UpdateTextLayout
(
const FText & InText
)
UpdateTextLayout(const FString &)
Description
Updates the text layout to contain the given string
| Name | UpdateTextLayout |
| 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 UpdateTextLayout
(
const FString & InText
)