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