Navigation
API > API/Runtime > API/Runtime/Core
| Name | TStringConvert |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/StringConv.h |
| Include Path | #include "Containers/StringConv.h" |
Syntax
template<typename From, typename To>
class TStringConvert
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FromType | From | Containers/StringConv.h | |
| ToType | To | Containers/StringConv.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void Convert
(
To* Dest, |
Containers/StringConv.h | ||
static int32 ConvertedLength
(
const CharType* Source, |
Containers/StringConv.h |