Navigation
Unreal Engine C++ API Reference > Runtime > Core > Internationalization
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Internationalization/BreakIterator.h |
Include | #include "Internationalization/BreakIterator.h" |
Syntax
struct FBreakIterator
Remarks
Copyright Epic Games, Inc. All Rights Reserved.
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
TSharedRef< IBreakIterator > | Create a new instance of a break iterator which is designed to locate appropriate soft-wrapping points within a string by searching for CamelCase boundaries This may produce odd results when used with languages which don't have a concept of cases for characters, however should be fine for parsing variable or asset names | |
![]() ![]() |
TSharedRef< IBreakIterator > | Create a new instance of a break iterator designed to locate character boundary points within a string | |
![]() ![]() |
TSharedRef< IBreakIterator > | Create a new instance of a break iterator designed to locate appropriate soft-wrapping points within a string Note that these aren't newlines as such, but rather places where the line could be soft-wrapped when displaying the text | |
![]() ![]() |
TSharedRef< IBreakIterator > | Create a new instance of a break iterator designed to locate word boundary points within a string |