FBreakIterator::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

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/LegacyCamelCaseBreakIterator.cpp

Syntax

static TSharedRef< IBreakIterator > CreateCamelCaseBreakIterator()

Remarks

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

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