Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FMicrosoftPlatformString
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static int32 Atoi
(
const WIDECHAR* String |
Microsoft/MicrosoftPlatformString.h | ||
static int32 Atoi
(
const ANSICHAR* String |
Microsoft/MicrosoftPlatformString.h | ||
static int32 Atoi
(
const UTF8CHAR* String |
Microsoft/MicrosoftPlatformString.h |
Atoi(const WIDECHAR *)
| Name | Atoi |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Microsoft/MicrosoftPlatformString.h |
| Include Path | #include "Microsoft/MicrosoftPlatformString.h" |
static int32 Atoi
(
const WIDECHAR * String
)
Atoi(const ANSICHAR *)
| Name | Atoi |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Microsoft/MicrosoftPlatformString.h |
| Include Path | #include "Microsoft/MicrosoftPlatformString.h" |
static int32 Atoi
(
const ANSICHAR * String
)
Atoi(const UTF8CHAR *)
| Name | Atoi |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Microsoft/MicrosoftPlatformString.h |
| Include Path | #include "Microsoft/MicrosoftPlatformString.h" |
static int32 Atoi
(
const UTF8CHAR * String
)