FSlateEditableTextLayout::SetWrapTextAt

Set whether text wraps onto a new line when it's length exceeds this width; if this value is zero or negative, no wrapping occurs

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextLayout.h

Include

#include "Widgets/Text/SlateEditableTextLayout.h"

Source

/Engine/Source/Runtime/Slate/Private/Widgets/Text/SlateEditableTextLayout.cpp

Syntax

void SetWrapTextAt
(
    const TAttribute< float > & InWrapTextAt
)

Remarks

Set whether text wraps onto a new line when it's length exceeds this width; if this value is zero or negative, no wrapping occurs

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss