Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SMultiLineEditableTextBox > API/Runtime/Slate/SMultiLineEditableTextBox/FArguments
Description
Whether to wrap text automatically based on the widget's computed horizontal space. IMPORTANT: Using automatic wrapping can result in visual artifacts, as the the wrapped size will computed be at least one frame late! Consider using WrapTextAt instead. The initial desired size will not be clamped. This works best in cases where the text block's size is not affecting other widget's layout.
| Name | AutoWrapText |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMultiLineEditableTextBox.h |
| Include Path | #include "Widgets/Input/SMultiLineEditableTextBox.h" |
WidgetArgsType & AutoWrapText
(
const TAttribute < bool > & InAttribute
)