Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/FSlateEditableTextLayout
Description
Implementation of Refresh that actually updates the layout. Optionally takes text to set, or will use the current editable text if none if provided
| Name | RefreshImpl |
| 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 |
bool RefreshImpl
(
const FText * InTextToSet,
const bool bForce
)