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