FBreakIterator

Copyright Epic Games, Inc. All Rights Reserved.

Windows
MacOS
Linux

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

Name Description

Public function Static

TSharedRef< ...

 

CreateCamelCaseBreakIterator()

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

Public function Static

TSharedRef< ...

 

CreateCharacterBoundaryIterator()

Create a new instance of a break iterator designed to locate character boundary points within a string

Public function Static

TSharedRef< ...

 

CreateLineBreakIterator()

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

Public function Static

TSharedRef< ...

 

CreateWordBreakIterator()

Create a new instance of a break iterator designed to locate word boundary points within a string

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