FBreakIterator::CreateLineBreakIterator

Create a new instance of a break iterator designed to locate appropriate soft-wrapping points within a string

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Internationalization/BreakIterator.h

Include

#include "Internationalization/BreakIterator.h"

Source

/Engine/Source/Runtime/Core/Private/Internationalization/LegacyLineBreakIterator.cpp

Syntax

static TSharedRef< IBreakIterator > CreateLineBreakIterator()

Remarks

Create a new instance of a break iterator designed to locate appropriate soft-wrapping points within a string

that these aren't newlines as such, but rather places where the line could be soft-wrapped when displaying the text

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