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