Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/StringConv.h |
| Include | #include "Containers/StringConv.h" |
Syntax
class FTCHARToUTF8_Convert
Remarks
This should be replaced with Platform stuff when FPlatformString starts to know about UTF-8.
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | Convert
(
IntendedToType* Dest, |
Converts a Source string into UTF8 and stores it in Dest. | |
| int32 | |||
| int32 | ConvertedLength
(
const SrcBufferType* Source, |
Determines the length of the converted string. | |
| int32 | Utf8FromCodepoint
(
uint32 Codepoint, |
Convert Codepoint into UTF-8 characters. |
Typedefs
| Name | Description |
|---|---|
| FromType | |
| IntendedToType | Leave this until we convert all the call sites and can change FromType to this. |
| ToType |