Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers
Deprecated * FTCHARToUTF8_Convert has been deprecated in favor of FPlatformString::Convert and StringCast
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/StringConv.h |
| Include | #include "Containers/StringConv.h" |
Syntax
class FUTF8ToTCHAR_Convert
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Converts the UTF-8 string to UTF-16 or UTF-32. | ||
| void | Convert
(
ToType* Dest, |
||
| int32 | ConvertedLength
(
const SrcBufferType* Source, |
Determines the length of the converted string. | |
| int32 | ConvertedLength
(
const LegacyFromType* Source, |
Typedefs
| Name | Description |
|---|---|
| FromType | |
| LegacyFromType | |
| ToType |