Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Containers/StringConv.h |
Include |
#include "Containers/StringConv.h" |
class FTCHARToUTF8_Convert
This should be replaced with Platform stuff when FPlatformString starts to know about UTF-8.
Name | Description | ||
---|---|---|---|
|
Convert |
Converts a Source string into UTF8 and stores it in Dest. |
|
|
Convert |
||
|
ConvertedLength ( |
Determines the length of the converted string. |
|
|
Utf8FromCodepoint |
Convert Codepoint into UTF-8 characters. |
Name |
Description |
---|---|
FromType |
|
IntendedToType |
Leave this until we convert all the call sites and can change FromType to this. |
ToType |