Navigation
API > API/Runtime > API/Runtime/Core
| Name | FTextStringHelper |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Internationalization/Text.h |
| Include Path | #include "Internationalization/Text.h" |
Syntax
class FTextStringHelper
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FText CreateFromBuffer
(
const TCHAR* Buffer, |
Create an FText instance from the given stream of text. | Internationalization/Text.h | |
static bool IsComplexText
(
const TCHAR* Buffer |
Test to see whether a given buffer contains complex text. | Internationalization/Text.h | |
static const TCHAR * ReadFromBuffer
(
const TCHAR* Buffer, |
Attempt to extract an FText instance from the given stream of text. | Internationalization/Text.h | |
static const TCHAR * ReadFromBuffer_ComplexText
(
const TCHAR* Buffer, |
Internationalization/Text.h | ||
static bool ReadFromString
(
const TCHAR* Buffer, |
Internationalization/Text.h | ||
| Write the given FText instance to a stream of text | Internationalization/Text.h | ||
| Internationalization/Text.h |