Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FGenericWidePlatformString
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static int64 Atoi64
(
const WIDECHAR* String |
GenericPlatform/GenericWidePlatformString.h | ||
static int64 Atoi64
(
const ANSICHAR* String |
GenericPlatform/GenericWidePlatformString.h | ||
static int64 Atoi64
(
const UTF8CHAR* String |
GenericPlatform/GenericWidePlatformString.h |
Atoi64(const WIDECHAR *)
| Name | Atoi64 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericWidePlatformString.h |
| Include Path | #include "GenericPlatform/GenericWidePlatformString.h" |
static int64 Atoi64
(
const WIDECHAR * String
)
Atoi64(const ANSICHAR *)
| Name | Atoi64 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericWidePlatformString.h |
| Include Path | #include "GenericPlatform/GenericWidePlatformString.h" |
static int64 Atoi64
(
const ANSICHAR * String
)
Atoi64(const UTF8CHAR *)
| Name | Atoi64 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericWidePlatformString.h |
| Include Path | #include "GenericPlatform/GenericWidePlatformString.h" |
static int64 Atoi64
(
const UTF8CHAR * String
)