Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Internationalization
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Internationalization/IBreakIterator.h |
| Include | #include "Internationalization/IBreakIterator.h" |
Syntax
class IBreakIterator
Remarks
Copyright Epic Games, Inc. All Rights Reserved.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ClearString () |
||
| int32 | |||
| int32 | MoveToCandidateAfter
(
const int32 InIndex |
||
| int32 | MoveToCandidateBefore
(
const int32 InIndex |
||
| int32 | MoveToNext () |
||
| int32 | |||
| int32 | |||
| int32 | ResetToEnd () |
||
| void | |||
| void | |||
| void | |||
| void | |||
| void | SetStringRef
(
const FText& InText |
||
| void | SetStringRef
(
const FString& InString |
||
| void | SetStringRef
(
const FString* InString |
||
| void | SetStringRef
(
FStringView InString |
||
| void | SetStringRef
(
const TCHAR*const InString, |