Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Internationalization
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Internationalization/Text.h |
| Include | #include "Internationalization/Text.h" |
Syntax
class FTextStringHelper
Functions
| Type | Name | Description | |
|---|---|---|---|
| FText | CreateFromBuffer
(
const TCHAR* Buffer, |
Create an FText instance from the given stream of text. | |
| bool | IsComplexText
(
const TCHAR* Buffer |
Test to see whether a given buffer contains complex text. | |
| const TCHAR * | ReadFromBuffer
(
const TCHAR* Buffer, |
Attempt to extract an FText instance from the given stream of text. | |
| void | WriteToBuffer
(
FString& Buffer, |
Write the given FText instance to a stream of text |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | ReadFromString
(
const TCHAR* Buffer, |
FTextStringHelper::ReadFromString is deprecated. Use FTextStringHelper::ReadFromBuffer instead. | |
| bool | WriteToString
(
FString& Buffer, |
FTextStringHelper::WriteToString is deprecated. Use FTextStringHelper::WriteToBuffer instead. |