Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FGenericWidePlatformString
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static int64 Strtoi64
(
const WIDECHAR* Start, |
GenericPlatform/GenericWidePlatformString.h | ||
static int64 Strtoi64
(
const ANSICHAR* Start, |
GenericPlatform/GenericWidePlatformString.h | ||
static int64 Strtoi64
(
const UTF8CHAR* Start, |
GenericPlatform/GenericWidePlatformString.h |
Strtoi64(const WIDECHAR *, WIDECHAR **, int32)
| Name | Strtoi64 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericWidePlatformString.h |
| Include Path | #include "GenericPlatform/GenericWidePlatformString.h" |
| Source | /Engine/Source/Runtime/Core/Private/GenericPlatform/GenericWidePlatformString.cpp |
static int64 Strtoi64
(
const WIDECHAR * Start,
WIDECHAR ** End,
int32 Base
)
Strtoi64(const ANSICHAR *, ANSICHAR **, int32)
| Name | Strtoi64 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericWidePlatformString.h |
| Include Path | #include "GenericPlatform/GenericWidePlatformString.h" |
static int64 Strtoi64
(
const ANSICHAR * Start,
ANSICHAR ** End,
int32 Base
)
Strtoi64(const UTF8CHAR *, UTF8CHAR **, int32)
| Name | Strtoi64 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericWidePlatformString.h |
| Include Path | #include "GenericPlatform/GenericWidePlatformString.h" |
static int64 Strtoi64
(
const UTF8CHAR * Start,
UTF8CHAR ** End,
int32 Base
)