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