Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/FSlateEditableTextLayout
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void OnBoundTextChanged () |
Function called when the BoundText attribute changes or called manually from SetText. | Widgets/Text/SlateEditableTextLayout.h | |
static void OnBoundTextChanged
(
SWidget& Widget, |
Function called when the BoundText attribute changes. | Widgets/Text/SlateEditableTextLayout.h |
OnBoundTextChanged()
Description
Function called when the BoundText attribute changes or called manually from SetText. Will call the Widget's OnTextChanged
| Name | OnBoundTextChanged |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextLayout.h |
| Include Path | #include "Widgets/Text/SlateEditableTextLayout.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Widgets/Text/SlateEditableTextLayout.cpp |
void OnBoundTextChanged()
OnBoundTextChanged(SWidget &, FSlateEditableTextLayout &)
Description
Function called when the BoundText attribute changes.
| Name | OnBoundTextChanged |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextLayout.h |
| Include Path | #include "Widgets/Text/SlateEditableTextLayout.h" |
static void OnBoundTextChanged
(
SWidget & Widget,
FSlateEditableTextLayout & SlateTextLayout
)